]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] fc_transport: Correct max fc_host attribute count
authorJames Smart <James.Smart@Emulex.Com>
Tue, 28 Jul 2009 16:30:01 +0000 (12:30 -0400)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:52:00 +0000 (17:52 -0500)
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/scsi_transport_fc.c

index 751f239e01ea56188468adc3dd9ea6d431f83063..b98885de6876c76c7b1b52f95b4a06a6fd7d100c 100644 (file)
@@ -291,7 +291,7 @@ static void fc_scsi_scan_rport(struct work_struct *work);
 #define FC_STARGET_NUM_ATTRS   3
 #define FC_RPORT_NUM_ATTRS     10
 #define FC_VPORT_NUM_ATTRS     9
-#define FC_HOST_NUM_ATTRS      21
+#define FC_HOST_NUM_ATTRS      22
 
 struct fc_internal {
        struct scsi_transport_template t;