diff mbox series

[4/9] myrs: remove the DISABLE_CLUSTERING flag

Message ID 20181206155258.11465-5-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [1/9] scsi: flip the default on use_clustering | expand

Commit Message

Christoph Hellwig Dec. 6, 2018, 3:52 p.m. UTC
The old DAC960 drivers was fine with merging over segment bondaries,
so this new driver should be to.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 drivers/scsi/myrs.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/myrs.c b/drivers/scsi/myrs.c
index f47b36382afa..0264a2e2bc19 100644
--- a/drivers/scsi/myrs.c
+++ b/drivers/scsi/myrs.c
@@ -1929,7 +1929,6 @@  struct scsi_host_template myrs_template = {
 	.shost_attrs		= myrs_shost_attrs,
 	.sdev_attrs		= myrs_sdev_attrs,
 	.this_id		= -1,
-	.use_clustering		= DISABLE_CLUSTERING,
 };
 
 static struct myrs_hba *myrs_alloc_host(struct pci_dev *pdev,