[SCSI] iscsi_tcp: increase max_sectors
[deliverable/linux.git] / drivers / scsi / iscsi_tcp.c
index 6fd0845834919f32422bfa9d175d270b66f1b482..861cb9be40b02e78654e7b548febfb0a73507692 100644 (file)
@@ -2138,6 +2138,7 @@ static struct scsi_host_template iscsi_sht = {
        .change_queue_depth     = iscsi_change_queue_depth,
        .can_queue              = ISCSI_XMIT_CMDS_MAX - 1,
        .sg_tablesize           = ISCSI_SG_TABLESIZE,
+       .max_sectors            = 0xFFFF,
        .cmd_per_lun            = ISCSI_DEF_CMD_PER_LUN,
        .eh_abort_handler       = iscsi_eh_abort,
        .eh_host_reset_handler  = iscsi_eh_host_reset,
This page took 0.028226 seconds and 5 git commands to generate.