commit | 11365043e5271fea4c92189a976833da477a3a44 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 16 09:08:32 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 29 10:22:50 2019 -0600 |
tree | a96e04551570765be2d332cd8d102b8f3f69346a | |
parent | a41525ab2e75987e809926352ebc6f1397da900e [diff] |
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: Jens Axboe <axboe@kernel.dk>