Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Jayamohan Kallickal and committed by
James Bottomley
e919dee8 c7acc5b8

+1 -1
+1 -1
drivers/scsi/be2iscsi/be_main.h
··· 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 */