]> 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)
commit04ef8c41ab0b2160218f32c7ede1c0b0166341a2
treeb9aadf306aa4e5fa52675893f74dcf27b9ff7779
parent468c7f8fa5183216576b1fdeddb46e0c6799e81a
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