]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitefd9651549403b9950289aca7602267d3cd9042e
treeb9aadf306aa4e5fa52675893f74dcf27b9ff7779
parent56bc9b4dc878624bcbd71a5e2a374482254c3d83
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