* [PATCH] fc_transport: Correct max fc_host attribute count
@ 2009-07-28 16:30 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2009-07-28 16:30 UTC (permalink / raw)
To: linux-scsi
Correct max possible fc_host attribute count
Signed-off-by: James Smart <james.smart@emulex.com>
---
scsi_transport_fc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -upNr a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c
--- a/drivers/scsi/scsi_transport_fc.c 2009-06-29 10:31:11.000000000 -0400
+++ b/drivers/scsi/scsi_transport_fc.c 2009-07-28 12:26:19.000000000 -0400
@@ -291,7 +291,7 @@ static void fc_scsi_scan_rport(struct wo
#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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-28 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-28 16:30 [PATCH] fc_transport: Correct max fc_host attribute count James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox