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

io_uring: make IORING_OP_CANCEL_ASYNC 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 async cancel op into
the prep handling to make it safe for SQE reuse.

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