> -----Original Message-----
> From: Olaf Hering [mailto:[email protected]]
> Sent: Thursday, September 08, 2011 12:27 PM
> To: KY Srinivasan
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: [PATCH] Staging: hv: storvsc: Show the modulename in
> /sys/class/scsi_host/*/proc_name
> 
> 
> mkinitrd relies on /sys/class/scsi_host/*/proc_name instead of
> /sys/block/sd*/device/../../../moalias to get the scsi driver module
> name.
> As a fallback the sysfs driver name could be used, which does not match
> the module name either ('storvsc' vs. 'hv_storvsc').
> 
> Signed-off-by: Olaf Hering <[email protected]>
> 
> ---
>  drivers/staging/hv/storvsc_drv.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> --- a/drivers/staging/hv/storvsc_drv.c
> +++ b/drivers/staging/hv/storvsc_drv.c
> @@ -1333,7 +1333,8 @@ static DEF_SCSI_QCMD(storvsc_queuecomman
>  /* Scsi driver */
>  static struct scsi_host_template scsi_driver = {
>       .module =               THIS_MODULE,
> -     .name =                 "storvsc_host_t",
> +     .name =                 "hv_storvsc",
> +     .proc_name =            "hv_storvsc",
>       .bios_param =           storvsc_get_chs,
>       .queuecommand =         storvsc_queuecommand,
>       .eh_host_reset_handler =        storvsc_host_reset_handler,

Acked-by:  K. Y. Srinivasan <[email protected]>

_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/virtualization

Reply via email to