aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-05-09 15:59:48 +0200
committerJens Axboe <axboe@kernel.dk>2018-05-11 15:08:03 -0600
commite4f0e0cbf4e12293b8bc2580ca05fb42d8c43d93 (patch)
tree53e01bf893533000e09de4228fdc0d26011ffb17 /drivers/block
parentjsflash: handle highmem pages (diff)
downloadlinux-dev-e4f0e0cbf4e12293b8bc2580ca05fb42d8c43d93.tar.xz
linux-dev-e4f0e0cbf4e12293b8bc2580ca05fb42d8c43d93.zip
ps3disk: handle highmem pages
The ps3disk driver already kmaps all pages when copying from/to the internal bounce buffer, so it can accept highmem pages just fine. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/ps3disk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/ps3disk.c b/drivers/block/ps3disk.c
index 075662f2cf46..afe1508d82c6 100644
--- a/drivers/block/ps3disk.c
+++ b/drivers/block/ps3disk.c
@@ -465,8 +465,6 @@ static int ps3disk_probe(struct ps3_system_bus_device *_dev)
priv->queue = queue;
queue->queuedata = dev;
- blk_queue_bounce_limit(queue, BLK_BOUNCE_HIGH);
-
blk_queue_max_hw_sectors(queue, dev->bounce_size >> 9);
blk_queue_segment_boundary(queue, -1UL);
blk_queue_dma_alignment(queue, dev->blk_size-1);