io_uring: have cancelation API accept io_uring_task directly
authorJens Axboe <axboe@kernel.dk>
Sat, 18 Jun 2022 15:23:54 +0000 (09:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:15 +0000 (18:39 -0600)
commit88f52eaad2df2cb5ab49b864d79398c9cb9a57f2
tree1b23112aee3df4a0a3722bf94b1811a5a4f336eb
parent024b8fde3320ea34d7a5a3fc9dbc47ec736cd8eb
io_uring: have cancelation API accept io_uring_task directly

We just use the io_kiocb passed in to find the io_uring_task, and we
already pass in the ctx via cd->ctx anyway.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/cancel.c
io_uring/cancel.h
io_uring/timeout.c