io_uring: fix unrelated ctx reqs cancellation
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 8 Mar 2021 12:14:14 +0000 (12:14 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Mar 2021 14:28:42 +0000 (07:28 -0700)
commitf458dd8441e56d122ddf1d8e2af0b6ee62f52af9
treeeb98aaf04ce09ae30a3440966a9004509ca5443f
parent05962f95f9ac7af25fea037ef51b37c0eccb5590
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>
fs/io_uring.c