scsi: xen-scsifront: remove DISABLE_CLUSTERING
authorChristoph Hellwig <hch@lst.de>
Thu, 13 Dec 2018 15:17:06 +0000 (16:17 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 19 Dec 2018 04:13:12 +0000 (23:13 -0500)
There is no such limitation in the protocol or implementation, so
remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/xen-scsifront.c

index bb76d0d2022b9dadc1adb8bbb65fdae4b081fa50..f0068e96a177fc0b48390d826638181983fdb248 100644 (file)
@@ -696,7 +696,6 @@ static struct scsi_host_template scsifront_sht = {
        .this_id                = -1,
        .cmd_size               = sizeof(struct vscsifrnt_shadow),
        .sg_tablesize           = VSCSIIF_SG_TABLESIZE,
-       .use_clustering         = DISABLE_CLUSTERING,
        .proc_name              = "scsifront",
 };