]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/target/loopback/tcm_loop.c
scsi: remove the use_clustering flag
[linux.git] / drivers / target / loopback / tcm_loop.c
index b0991e86587fb9cd904185e9761eb8e2339f0be8..7bd7c0c0db6f17202eb85038af3d6cd19fb9467d 100644 (file)
@@ -324,7 +324,7 @@ static struct scsi_host_template tcm_loop_driver_template = {
        .sg_tablesize           = 256,
        .cmd_per_lun            = 1024,
        .max_sectors            = 0xFFFF,
-       .use_clustering         = DISABLE_CLUSTERING,
+       .dma_boundary           = PAGE_SIZE - 1,
        .slave_alloc            = tcm_loop_slave_alloc,
        .module                 = THIS_MODULE,
        .track_queue_depth      = 1,