]> www.infradead.org Git - users/hch/block.git/commit
io_uring: use 'state' consistently
authorJens Axboe <axboe@kernel.dk>
Fri, 14 Jun 2024 16:57:03 +0000 (10:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 16 Jun 2024 20:54:55 +0000 (14:54 -0600)
commitf2a93294edce87c909d61e18b506404127394891
treeb30ba24f4698d07e759d304b75bed182885b88cb
parent200f3abd14db55f9aadcb74f4e7a678f1c469ba1
io_uring: use 'state' consistently

__io_submit_flush_completions() assigns ctx->submit_state to a local
variable and uses it in all but one spot, switch that forgotten
statement to using 'state' as well.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c