Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Jens Axboe <axboe@kernel.dk>
- Loading branch information