aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-06-19 09:26:27 +0200
committerJens Axboe <axboe@kernel.dk>2017-06-27 12:13:45 -0600
commit41341afa0fd7b086a1327e2b76ab0eb7a3661f25 (patch)
tree816830bae1e7390913a377409c87dd8d9caec854 /drivers/md/dm.c
parentblock: don't set bounce limit in blk_init_queue (diff)
downloadlinux-dev-41341afa0fd7b086a1327e2b76ab0eb7a3661f25.tar.xz
linux-dev-41341afa0fd7b086a1327e2b76ab0eb7a3661f25.zip
dm: don't set bounce limit
Now all queues allocators come without abounce limit by default, dm doesn't have to override this anymore. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/dm.c')
-rw-r--r--drivers/md/dm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index fbd06b9f9467..402946035308 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -1534,7 +1534,6 @@ void dm_init_normal_md_queue(struct mapped_device *md)
* Initialize aspects of queue that aren't relevant for blk-mq
*/
md->queue->backing_dev_info->congested_fn = dm_any_congested;
- blk_queue_bounce_limit(md->queue, BLK_BOUNCE_ANY);
}
static void cleanup_mapped_device(struct mapped_device *md)