io_uring: pass in struct io_cancel_data consistently
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Apr 2022 20:01:59 +0000 (14:01 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Apr 2022 16:41:02 +0000 (10:41 -0600)
commit60dffdc46585249d394ff6cbe46876a662e06196
treeb225afa18ee07c6ef63d58bd0557175fdc3ce134
parentaac8d1103eb8a3dc04a19e45bdfde8251b672002
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>
fs/io_uring.c