aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-12-13 16:17:01 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2018-12-18 23:08:07 -0500
commit4dd4130a722fb046e941010cf5576aed252bb58a (patch)
tree181ef8984d48de80f985cc843e1f3d7f210397e0 /drivers/usb/storage/uas.c
parent8b2db98e814a5ec45e8800fc22ca9000ae0a517b (diff)
downloadlinux-4dd4130a722fb046e941010cf5576aed252bb58a.tar.gz
scsi: make sure all drivers set the use_clustering flag
A few drivers were not setting the use_clustering flag at all and thus default to disable. Fix them up to explicitly set this field in preparation for additional cleanups. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/usb/storage/uas.c')
-rw-r--r--drivers/usb/storage/uas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/uas.c b/drivers/usb/storage/uas.c
index 1f7b401c4d041d..6c75a0a50b3a87 100644
--- a/drivers/usb/storage/uas.c
+++ b/drivers/usb/storage/uas.c
@@ -879,6 +879,7 @@ static struct scsi_host_template uas_host_template = {
.this_id = -1,
.sg_tablesize = SG_NONE,
.skip_settle_delay = 1,
+ .use_clustering = DISABLE_CLUSTERING,
};
#define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \