commit | 46685d1a9521054fa3a7a352f6bb54166cd5b2c5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 19 09:26:24 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 27 12:13:45 2017 -0600 |
tree | 4da41c3661d2fc577ff72d36ab53e64c8d803c62 | |
parent | 0b0bcacc3b4300c4bba0bacb4c7a279b2728f331 [diff] |
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>