commit | 0bf6595ec81d896451f0066c95f8cd34c74313dc | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 19 09:26:25 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 27 12:13:45 2017 -0600 |
tree | 599046a16eb3b9e045b02f8128dce2c5b917224b | |
parent | 46685d1a9521054fa3a7a352f6bb54166cd5b2c5 [diff] |
block: don't set bounce limit in blk_init_allocated_queue And just move it into scsi_transport_sas which needs it due to low-level drivers directly derferencing bio_data, and into blk_init_queue_node, which will need a further push into the callers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>