From: Andreas Herrmann Date: Thu, 9 Mar 2006 15:37:49 +0000 (+0100) Subject: [SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRS X-Git-Tag: v2.6.16~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad139a2f56e5789aa8a9f74e3600a7f854a38de9;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed