scsi: Do not set cmd_per_lun to 1 in the host template
[deliverable/linux.git] / drivers / s390 / scsi / zfcp_scsi.c
index 75f4bfc2b98ad21570588844140bf6546701cc50..b3c6ff49103b851f6467da7ff1fcb361865e2698 100644 (file)
@@ -297,7 +297,6 @@ static struct scsi_host_template zfcp_scsi_host_template = {
                                     * ZFCP_QDIO_MAX_SBALS_PER_REQ) - 2) * 8,
                                   /* GCD, adjusted later */
        .dma_boundary            = ZFCP_QDIO_SBALE_LEN - 1,
-       .cmd_per_lun             = 1,
        .use_clustering          = 1,
        .shost_attrs             = zfcp_sysfs_shost_attrs,
        .sdev_attrs              = zfcp_sysfs_sdev_attrs,
This page took 0.024284 seconds and 5 git commands to generate.