Re: [PATCH] scsi_transport_fc.c : .29 merge fix for FC passthru patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2009-04-07 at 13:48 -0400, James Smart wrote:
> James,
> 
> It appears that the latest merge of scsi-misc-2.6 picked up a kernel change
> that killed the bus_id element from struct device.
> 
> Here's a quick patch to resolve the inconsistency.  I assumed this was easier
> than regen-ing the fc pass-thru patch.
> 
> This patch to be applied on top of the fc-pass-thru patch.
> 
> -- james s
> 
> 
>  Signed-off-by: James Smart <james.smart@xxxxxxxxxx>
> 
>  ---
> 
>  scsi_transport_fc.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 
> diff -upNr a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c
> --- a/drivers/scsi/scsi_transport_fc.c	2009-04-07 13:38:38.000000000 -0400
> +++ b/drivers/scsi/scsi_transport_fc.c	2009-04-07 13:39:18.000000000 -0400
> @@ -3920,7 +3920,7 @@ fc_bsg_rportadd(struct Scsi_Host *shost,
>  	if (!q) {
>  		printk(KERN_ERR "%s: bsg interface failed to "
>  				"initialize - no request queue\n",
> -				 dev->bus_id);
> +				 dev->kobj.name);

This actually needs to be dev_name(dev), which is where all the bus_id
things went.

James


--
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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux