]> git.baikalelectronics.ru Git - kernel.git/commit
block: re-flow blk_mq_rq_ctx_init()
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 15:33:00 +0000 (09:33 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 Oct 2021 14:43:15 +0000 (08:43 -0600)
commit40da4058c65d5a724b046b3e475fe85dc209ff72
treeae9bb82d960e7a6ec7d6d4530907899006060b6a
parent2ac03293b840da4cf1b3259678e17fd08e4adc85
block: re-flow blk_mq_rq_ctx_init()

Now that we have flags passed in, we can do a final re-arrange of the
flow of blk_mq_rq_ctx_init() so we're always writing request in the
order in which it is laid out.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20211019153300.623322-5-axboe@kernel.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c