commit | ad139a2f56e5789aa8a9f74e3600a7f854a38de9 | [log] [tgz] |
---|---|---|
author | Andreas Herrmann <aherrman@de.ibm.com> | Thu Mar 09 16:37:49 2006 +0100 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Mar 09 11:00:59 2006 -0500 |
tree | c7913bb81cd698f29a63cb7a9728028635b75bbe | |
parent | cdaeedae9844ec3deaafa00b7dd8c21e01368633 [diff] |
[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>