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>
Mon, 25 Apr 2022 00:18:18 +0000 (18:18 -0600)
commitb21432b4d580d064b6dee6d66c9a6b0071b499ce
treeb9aadf306aa4e5fa52675893f74dcf27b9ff7779
parent98d3dcc8be97a11f7f3b674acb25f81673bb43c3
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