]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRS
authorAndreas Herrmann <aherrman@de.ibm.com>
Thu, 9 Mar 2006 15:37:49 +0000 (16:37 +0100)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Thu, 9 Mar 2006 16:00:59 +0000 (11:00 -0500)
commite17557d96af50f52435ec59eaa9de0fdd98da11a
treec7913bb81cd698f29a63cb7a9728028635b75bbe
parented725a15f2de2b3217df314dd9c347a7b938ffbf
[SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRS

In the past I added an host attribute but unfortunately
I forgot to increase FC_HOST_NUM_ATTRS.
This is fixed with the patch. Otherwise an fibre channel
lld might run into
      BUG_ON(count > FC_HOST_NUM_ATTRS);
in fc_attach_transport().

Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_transport_fc.c