]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: don't bounce by default
authorChristoph Hellwig <hch@lst.de>
Mon, 19 Jun 2017 07:26:24 +0000 (09:26 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Jun 2017 18:13:45 +0000 (12:13 -0600)
commite80413beb8b81032a98e39c36c17e012c3781978
tree4da41c3661d2fc577ff72d36ab53e64c8d803c62
parente2ffcc9b80068fcb77ca864efaf8360b02d8b127
blk-mq: don't bounce by default

For historical reasons we default to bouncing highmem pages for all block
queues.  But the blk-mq drivers are easy to audit to ensure that we don't
need this - scsi and mtip32xx set explicit limits and everyone else doesn't
have any particular ones.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
drivers/block/virtio_blk.c
drivers/block/xen-blkfront.c