Skip to content
Commit 11365043 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: add support for canceling timeout requests



We might have cases where the need for a specific timeout is gone, add
support for canceling an existing timeout operation. This works like the
POLL_REMOVE command, where the application passes in the user_data of
the timeout it wishes to cancel in the sqe->addr field.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a41525ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment