projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e76f76
)
[SCSI] fcoe: Increase FCOE_MAX_LUN to 0xFFFF (65535)
author
Robert Love
<robert.w.love@intel.com>
Tue, 3 Nov 2009 19:45:42 +0000
(11:45 -0800)
committer
James 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/fcoe/fcoe.h
b/drivers/scsi/fcoe/fcoe.h
index c578082aef8bbbc421649adcfe00dfada0d90192..a123552847e5946b5190c9fe59fc3130d0cde73f 100644
(file)
--- a/
drivers/scsi/fcoe/fcoe.h
+++ b/
drivers/scsi/fcoe/fcoe.h
@@
-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