]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit19fd2e5cd195f14117e1b0592c017fac68dfbb65
tree1b23112aee3df4a0a3722bf94b1811a5a4f336eb
parent718a95f6c11926234fe39242d52010b003240e1f
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