]> 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>
Fri, 14 Jun 2024 17:00:12 +0000 (11:00 -0600)
commit7cc167a8abaa1f4b904bd85a2927b44c5602ad7c
tree58e463644c7390073ed006b82ea9901bd612e5e4
parent31718d0ba5777340c23604708b471e02fb9e0c2f
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