commit | 0b0bcacc3b4300c4bba0bacb4c7a279b2728f331 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 19 09:26:23 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 27 12:13:45 2017 -0600 |
tree | aa0742924c868090ad708668dc757922e1971fd4 | |
parent | 1c4bc3ab9a064d98cdf6de6b44f89d5c3757fa32 [diff] |
block: don't bother with bounce limits for make_request drivers We only call blk_queue_bounce for request-based drivers, so stop messing with it for make_request based drivers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>