commit | 36282881a795cbf717aca79392ae9cdf0fef59c9 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Feb 08 19:16:39 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Feb 09 09:55:38 2020 -0700 |
tree | 246026127aff05485eccefbe84def6e58f1174ba | |
parent | 00bcda13dcbf6bf7fa6f2a5886dd555362de8cfa [diff] |
io-wq: add io_wq_cancel_pid() to cancel based on a specific pid Add a helper that allows the caller to cancel work based on what mm it belongs to. This allows io_uring to cancel work from a given task or thread when it exits. Signed-off-by: Jens Axboe <axboe@kernel.dk>