diff options
Diffstat (limited to 'drivers/scsi/fcoe')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index aef29afb6e71..4efbc17a7d7f 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c | |||
@@ -137,7 +137,7 @@ static struct scsi_host_template fcoe_shost_template = { | |||
137 | .change_queue_depth = fc_change_queue_depth, | 137 | .change_queue_depth = fc_change_queue_depth, |
138 | .change_queue_type = fc_change_queue_type, | 138 | .change_queue_type = fc_change_queue_type, |
139 | .this_id = -1, | 139 | .this_id = -1, |
140 | .cmd_per_lun = 32, | 140 | .cmd_per_lun = 3, |
141 | .can_queue = FCOE_MAX_OUTSTANDING_COMMANDS, | 141 | .can_queue = FCOE_MAX_OUTSTANDING_COMMANDS, |
142 | .use_clustering = ENABLE_CLUSTERING, | 142 | .use_clustering = ENABLE_CLUSTERING, |
143 | .sg_tablesize = SG_ALL, | 143 | .sg_tablesize = SG_ALL, |