]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] be2iscsi: Increase max sector
authorJayamohan Kallickal <jayamohank@serverengines.com>
Wed, 21 Jul 2010 23:00:32 +0000 (04:30 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 6 Aug 2010 14:41:51 +0000 (09:41 -0500)
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>
drivers/scsi/be2iscsi/be_main.h

index 48b7d4d28d9da4fbab4dcfbbed9d62c94936c0f4..6cfa55d019da754b2f6e6756ffc265951c8c5581 100644 (file)
@@ -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 */