diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-13 16:17:06 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-12-18 23:13:12 -0500 |
commit | e08ea3009f539e62280eca98a70b5d26d29b62cf (patch) | |
tree | 5f80c530a524b44e5006aa6a404d002e88452143 | |
parent | 7b44047bce9c9d2c5020f5fb3dc94dd7b88cc355 (diff) | |
download | linux-e08ea3009f539e62280eca98a70b5d26d29b62cf.tar.bz2 |
scsi: xen-scsifront: remove DISABLE_CLUSTERING
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>
-rw-r--r-- | drivers/scsi/xen-scsifront.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/xen-scsifront.c b/drivers/scsi/xen-scsifront.c index bb76d0d2022b..f0068e96a177 100644 --- a/drivers/scsi/xen-scsifront.c +++ b/drivers/scsi/xen-scsifront.c @@ -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", }; |