io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel io_uring-cancel-op
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Jun 2023 19:03:52 +0000 (13:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 10 Jul 2023 16:51:28 +0000 (10:51 -0600)
commit5364e2f19eaef31cd0385958a5e9629d78e658ed
treef6fb62649f3ae4a46df7bf054c43a5af83cd633b
parent48a79febf38881c0701b2e1e196c4e7e633116b9
io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel

Allow usage of IORING_ASYNC_CANCEL_OP through the sync cancelation
API as well.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h
io_uring/cancel.c