commit | 56f8da642bd827ef50a952e7bc3728c5830452be | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 09:32:57 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 27 08:43:15 2021 -0600 |
tree | 916416a924b3e3eaa85af1b2502df37114c7f66e | |
parent | 842e39b013465a279fb60348427b9309427a29de [diff] |
block: add rq_flags to struct blk_mq_alloc_data There's a hole here we can use, and it's faster to set this earlier rather than need to check q->elevator multiple times. Signed-off-by: Jens Axboe <axboe@kernel.dk> Link: https://lore.kernel.org/r/20211019153300.623322-2-axboe@kernel.dk Signed-off-by: Jens Axboe <axboe@kernel.dk>