io_uring: pass in struct io_cancel_data consistently
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Apr 2022 16:43:59 +0000 (10:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Apr 2022 22:33:51 +0000 (16:33 -0600)
commit36689d57c71ff79e2e63a36e8b48f210f77e453b
tree265d71bbb5f12e563fe88a06b4d4fd519f99d111
parent156afa36fd550c03953b9f55977de703f8c24b55
io_uring: pass in struct io_cancel_data consistently

In preparation for being able to not only key cancel off the user_data,
pass in the io_cancel_data struct for the various functions that deal
with request cancelation.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20220418164402.75259-3-axboe@kernel.dk
fs/io_uring.c