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>
Thu, 21 Jul 2022 14:46:48 +0000 (08:46 -0600)
commit03538a047e927b2fe17cf467e91273251478f772
treea875b8b78f359f9fba11271fca243b85660ea904
parent19c39fcab4159c69ed1624afd8eb52eb19815e9e
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