commit | f695ca3886ce72b027af7aa6040cd420cae2088c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 01 10:59:39 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jul 01 07:27:23 2020 -0600 |
tree | d1b933667a0a5680809554baf207e5aca90a790a | |
parent | ed9b3196d2b26b5bd3a7e2cd4aec8e389d991fd8 [diff] |
block: remove the request_queue argument from blk_queue_split The queue can be trivially derived from the bio, so pass one less argument. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>