Skip to content
Commit 6ab23144 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: cancel pending async work if task exits



Normally we cancel all work we track, but for untracked work we could
leave the async worker behind until that work completes. This is totally
fine, but does leave resources pending after the task is gone until that
work completes.

Cancel work that this task queued up when it goes away.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 36282881
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment