]> Pileus Git - ~andy/linux/commitdiff
[SCSI] fcoe: Increase FCOE_MAX_LUN to 0xFFFF (65535)
authorRobert Love <robert.w.love@intel.com>
Tue, 3 Nov 2009 19:45:42 +0000 (11:45 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 4 Dec 2009 18:00:53 +0000 (12:00 -0600)
The maximum number of LUNs was far too low. This value is
what most other FC HBAs are using.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/fcoe.h

index c578082aef8bbbc421649adcfe00dfada0d90192..a123552847e5946b5190c9fe59fc3130d0cde73f 100644 (file)
@@ -32,7 +32,7 @@
 #define FCOE_NAME      "fcoe"
 #define FCOE_VENDOR    "Open-FCoE.org"
 
-#define FCOE_MAX_LUN           255
+#define FCOE_MAX_LUN           0xFFFF
 #define FCOE_MAX_FCP_TARGET    256
 
 #define FCOE_MAX_OUTSTANDING_COMMANDS  1024