commit | f458dd8441e56d122ddf1d8e2af0b6ee62f52af9 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Mar 08 12:14:14 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Mar 10 07:28:42 2021 -0700 |
tree | eb98aaf04ce09ae30a3440966a9004509ca5443f | |
parent | 05962f95f9ac7af25fea037ef51b37c0eccb5590 [diff] |
io_uring: fix unrelated ctx reqs cancellation io-wq now is per-task, so cancellations now should match against request's ctx. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>