block: cache rq_flags inside blk_mq_rq_ctx_init()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 18 Oct 2021 20:37:29 +0000 (21:37 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 20:38:45 +0000 (14:38 -0600)
commit128459062bc994355027e190477c432ec5b5638a
tree32ce1fb4ce755a8232bad2cd3bad1bb6d8d7752b
parent605f784e4f5faecf6c78070c6bf446e920104f9f
block: cache rq_flags inside blk_mq_rq_ctx_init()

Add a local variable for rq_flags, it helps to compile out some of
rq_flags reloads.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c