diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-13 10:17:02 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-12-18 23:13:12 -0500 |
commit | 2a3d4eb8e228061c09d5ca8bf39e7f00c2091213 (patch) | |
tree | 867ce9fbb2ecee876580bb728ef3affb3e1b41d3 /drivers/scsi/cxlflash | |
parent | 4dd4130a722fb046e941010cf5576aed252bb58a (diff) |
scsi: flip the default on use_clustering
Most SCSI drivers want to enable "clustering", that is merging of
segments so that they might span more than a single page. Remove the
ENABLE_CLUSTERING define, and require drivers to explicitly set
DISABLE_CLUSTERING to disable this feature.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/cxlflash')
-rw-r--r-- | drivers/scsi/cxlflash/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/cxlflash/main.c b/drivers/scsi/cxlflash/main.c index 6637116529aa..6996d15d1463 100644 --- a/drivers/scsi/cxlflash/main.c +++ b/drivers/scsi/cxlflash/main.c | |||
@@ -3180,7 +3180,6 @@ static struct scsi_host_template driver_template = { | |||
3180 | .this_id = -1, | 3180 | .this_id = -1, |
3181 | .sg_tablesize = 1, /* No scatter gather support */ | 3181 | .sg_tablesize = 1, /* No scatter gather support */ |
3182 | .max_sectors = CXLFLASH_MAX_SECTORS, | 3182 | .max_sectors = CXLFLASH_MAX_SECTORS, |
3183 | .use_clustering = ENABLE_CLUSTERING, | ||
3184 | .shost_attrs = cxlflash_host_attrs, | 3183 | .shost_attrs = cxlflash_host_attrs, |
3185 | .sdev_attrs = cxlflash_dev_attrs, | 3184 | .sdev_attrs = cxlflash_dev_attrs, |
3186 | }; | 3185 | }; |