]> 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)
commitfad234f33a833174c4fd98cde64ed8654d59217e
treeae9bb82d960e7a6ec7d6d4530907899006060b6a
parent40207bc2a2ceae8a5675108abeef44c482f3faa2
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