io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Jun 2023 19:03:52 +0000 (13:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Jul 2023 16:05:48 +0000 (10:05 -0600)
commitf77569d22ad91dc25de294864fa5b24d37ddc149
tree6cc781b0a3c8255d18c52a657c4d2e5cc38c1e6b
parentd7b8b079a8f6bc007d06d9ee468659dae6053e13
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