io_uring: flush delayed fallback task_work in cancelation
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Mar 2024 16:41:25 +0000 (10:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:24 +0000 (08:10 -0600)
commit254176234222c97c5da7fd33ff8c61d06480c228
tree90591a374062c56def5d89f424823dc27024dfc9
parentc133b3b06b0653036b0c07675c1db0c89467ccdb
io_uring: flush delayed fallback task_work in cancelation

Just like we run the inline task_work, ensure we also factor in and
run the fallback task_work.

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