hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/qlogicfas.c
....@@ -193,7 +193,7 @@
193193 .can_queue = 1,
194194 .this_id = -1,
195195 .sg_tablesize = SG_ALL,
196
- .use_clustering = DISABLE_CLUSTERING,
196
+ .dma_boundary = PAGE_SIZE - 1,
197197 };
198198
199199 static __init int qlogicfas_init(void)