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

io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable



If we defer this command as part of a link, we have to make sure that
the SQE data has been read upfront. Integrate the timeout remove op into
the prep handling to make it safe for SQE reuse.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent fbf23849
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