commit | 128459062bc994355027e190477c432ec5b5638a | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Oct 18 21:37:29 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 18 14:38:45 2021 -0600 |
tree | 32ce1fb4ce755a8232bad2cd3bad1bb6d8d7752b | |
parent | 605f784e4f5faecf6c78070c6bf446e920104f9f [diff] |
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>