scsi: Do not set cmd_per_lun to 1 in the host template
[deliverable/linux.git] / drivers / scsi / qlogicfas.c
index a22bb1b40ce2a12d344b741524ee75cee2668d58..61cac87fb86fd4323033834f6c2836ed05b9c0bf 100644 (file)
@@ -193,7 +193,6 @@ static struct scsi_host_template qlogicfas_driver_template = {
        .can_queue              = 1,
        .this_id                = -1,
        .sg_tablesize           = SG_ALL,
-       .cmd_per_lun            = 1,
        .use_clustering         = DISABLE_CLUSTERING,
 };
 
This page took 0.024156 seconds and 5 git commands to generate.