diff options
author | Jayamohan Kallickal <jayamohank@serverengines.com> | 2010-07-22 04:30:32 +0530 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-08-06 09:41:51 -0500 |
commit | e919dee8a398fea1db184ce1418e70170a01c8fa (patch) | |
tree | 8d01e1567b3cab5c51de45aad5b184eb9fc6e01d /drivers/scsi | |
parent | c7acc5b8f9a0e6cb17d313ebfbc5d392aa837ac7 (diff) | |
download | blackbird-op-linux-e919dee8a398fea1db184ce1418e70170a01c8fa.tar.gz blackbird-op-linux-e919dee8a398fea1db184ce1418e70170a01c8fa.zip |
[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>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index 48b7d4d28d9d..6cfa55d019da 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -63,7 +63,7 @@ #define BEISCSI_SGLIST_ELEMENTS 30 #define BEISCSI_CMD_PER_LUN 128 /* scsi_host->cmd_per_lun */ -#define BEISCSI_MAX_SECTORS 256 /* scsi_host->max_sectors */ +#define BEISCSI_MAX_SECTORS 2048 /* scsi_host->max_sectors */ #define BEISCSI_MAX_CMD_LEN 16 /* scsi_host->max_cmd_len */ #define BEISCSI_NUM_MAX_LUN 256 /* scsi_host->max_lun */ |