commit | f77569d22ad91dc25de294864fa5b24d37ddc149 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Jun 22 13:03:52 2023 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jul 17 10:05:48 2023 -0600 |
tree | 6cc781b0a3c8255d18c52a657c4d2e5cc38c1e6b | |
parent | d7b8b079a8f6bc007d06d9ee468659dae6053e13 [diff] |
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>