commit | 78cc687be9c5420d743346f78bb8af9d59a903f9 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Jun 14 02:36:23 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jun 14 08:23:13 2021 -0600 |
tree | b2a20532549eca05fbc9186455017ab1b9c98b0b | |
parent | 09899b19155a152f3ff4eb5c203232175d630fbc [diff] |
io_uring: unify SQPOLL and user task cancellations Merge io_uring_cancel_sqpoll() and __io_uring_cancel() as it's easier to have a conditional ctx traverse inside than keeping them in sync. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/adfe24d6dad4a3883a40eee54352b8b65ac851bb.1623634181.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>