Skip to content

Commit

Permalink
[SCSI] fcoe: Increase FCOE_MAX_LUN to 0xFFFF (65535)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Love authored and James Bottomley committed Dec 4, 2009
1 parent 2e76f76 commit 2171c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/fcoe/fcoe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2171c22

Please sign in to comment.