]> git.baikalelectronics.ru Git - kernel.git/commit
block: don't set bounce limit in blk_init_allocated_queue
authorChristoph Hellwig <hch@lst.de>
Mon, 19 Jun 2017 07:26:25 +0000 (09:26 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Jun 2017 18:13:45 +0000 (12:13 -0600)
commit04ff999b67cfaa778aa42b15d74a6a2057a172d3
tree599046a16eb3b9e045b02f8128dce2c5b917224b
parente80413beb8b81032a98e39c36c17e012c3781978
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>
block/blk-core.c
drivers/scsi/scsi_transport_sas.c