Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christoph Hellwig and committed by
Jens Axboe
e4f0e0cb 37a5b5c6

-2
-2
drivers/block/ps3disk.c
··· 465 465 priv->queue = queue; 466 466 queue->queuedata = dev; 467 467 468 - blk_queue_bounce_limit(queue, BLK_BOUNCE_HIGH); 469 - 470 468 blk_queue_max_hw_sectors(queue, dev->bounce_size >> 9); 471 469 blk_queue_segment_boundary(queue, -1UL); 472 470 blk_queue_dma_alignment(queue, dev->blk_size-1);