commit | 8fc450443e3c489af41a3c9c85b32d38625f2c2a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 19 09:26:26 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 27 12:13:45 2017 -0600 |
tree | d90a7255a56e63da540cfdf39c2c61581e86db93 | |
parent | 0bf6595ec81d896451f0066c95f8cd34c74313dc [diff] |
block: don't set bounce limit in blk_init_queue Instead move it to the callers. Those that either don't use bio_data() or page_address() or are specific to architectures that do not support highmem are skipped. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>