On 07/06/2016 09:35 PM, James Smart wrote: > > Add sysfs proc_name support > > Signed-off-by: Dick Kennedy <dick.kennedy@xxxxxxxxxxxx> > Signed-off-by: James Smart <james.smart@xxxxxxxxxxxx> > --- > drivers/scsi/lpfc/lpfc_scsi.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c > index 3bd0be6..12b8e82 100644 > --- a/drivers/scsi/lpfc/lpfc_scsi.c > +++ b/drivers/scsi/lpfc/lpfc_scsi.c > @@ -5886,6 +5886,7 @@ lpfc_disable_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, > struct scsi_host_template lpfc_template_s3 = { > .module = THIS_MODULE, > .name = LPFC_DRIVER_NAME, > + .proc_name = LPFC_DRIVER_NAME, > .info = lpfc_info, > .queuecommand = lpfc_queuecommand, > .eh_abort_handler = lpfc_abort_handler, > @@ -5910,6 +5911,7 @@ struct scsi_host_template lpfc_template_s3 = { > struct scsi_host_template lpfc_template = { > .module = THIS_MODULE, > .name = LPFC_DRIVER_NAME, > + .proc_name = LPFC_DRIVER_NAME, > .info = lpfc_info, > .queuecommand = lpfc_queuecommand, > .eh_abort_handler = lpfc_abort_handler, > @@ -5935,6 +5937,7 @@ struct scsi_host_template lpfc_template = { > struct scsi_host_template lpfc_vport_template = { > .module = THIS_MODULE, > .name = LPFC_DRIVER_NAME, > + .proc_name = LPFC_DRIVER_NAME, > .info = lpfc_info, > .queuecommand = lpfc_queuecommand, > .eh_abort_handler = lpfc_abort_handler, > Hehe. Finally. We have been carrying a similar for ages in SLES :-) Reviewed-by: Hannes Reinecke <hare@xxxxxxxx> Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@xxxxxxx +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html