Commit e919dee8a398fea1db184ce1418e70170a01c8fa

Authored by Jayamohan Kallickal
Committed by James Bottomley
1 parent c7acc5b8f9

[SCSI] be2iscsi: Increase max sector

This patch increases the max_sectors to 2048

Signed-off-by: Jayamohan Kallickal <jayamohank@serverengines.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/scsi/be2iscsi/be_main.h
... ... @@ -63,7 +63,7 @@
63 63 #define BEISCSI_SGLIST_ELEMENTS 30
64 64  
65 65 #define BEISCSI_CMD_PER_LUN 128 /* scsi_host->cmd_per_lun */
66   -#define BEISCSI_MAX_SECTORS 256 /* scsi_host->max_sectors */
  66 +#define BEISCSI_MAX_SECTORS 2048 /* scsi_host->max_sectors */
67 67  
68 68 #define BEISCSI_MAX_CMD_LEN 16 /* scsi_host->max_cmd_len */
69 69 #define BEISCSI_NUM_MAX_LUN 256 /* scsi_host->max_lun */