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, 25 Mar 2024 14:50:52 +0000 (08:50 -0600)
commitbbf6f197eb08606cce09d36218257498e6a84f59
treebc7ac9dd1e689e09a36c9c2030f8e33da6c3d6f5
parentf23c2beae22608e04b899c708f0b76b326a7fa3c
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