summaryrefslogtreecommitdiffstats
path: root/drivers/block/xsysace.c
diff options
context:
space:
mode:
authorChristoph Hellwig2017-06-19 09:26:26 +0200
committerJens Axboe2017-06-27 20:13:45 +0200
commit8fc450443e3c489af41a3c9c85b32d38625f2c2a (patch)
treed90a7255a56e63da540cfdf39c2c61581e86db93 /drivers/block/xsysace.c
parentblock: don't set bounce limit in blk_init_allocated_queue (diff)
downloadkernel-qcow2-linux-8fc450443e3c489af41a3c9c85b32d38625f2c2a.tar.gz
kernel-qcow2-linux-8fc450443e3c489af41a3c9c85b32d38625f2c2a.tar.xz
kernel-qcow2-linux-8fc450443e3c489af41a3c9c85b32d38625f2c2a.zip
block: don't set bounce limit in blk_init_queue
Instead move it to the callers. Those that either don't use bio_data() or page_address() or are specific to architectures that do not support highmem are skipped. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/xsysace.c')
-rw-r--r--drivers/block/xsysace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/xsysace.c b/drivers/block/xsysace.c
index 977fdf066017..14459d66ef0c 100644
--- a/drivers/block/xsysace.c
+++ b/drivers/block/xsysace.c
@@ -993,6 +993,7 @@ static int ace_setup(struct ace_device *ace)
if (ace->queue == NULL)
goto err_blk_initq;
blk_queue_logical_block_size(ace->queue, 512);
+ blk_queue_bounce_limit(ace->queue, BLK_BOUNCE_HIGH);
/*
* Allocate and initialize GD structure