commit | 55583d72e2303638d30dd4a7aabef59ffa0a017a | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Dec 20 13:21:43 2020 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Dec 20 11:05:39 2020 -0700 |
tree | f435b2d324235ad2d08aa9dbdacde0a53d7724b2 | |
parent | 446bc1c207331080d8c711a4456799b7d0b9df26 [diff] |
io_uring: always progress task_work on task cancel Might happen that __io_uring_cancel_task_requests() cancels nothing but there are task_works pending. We need to always run them. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>