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

io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable



If we defer these commands as part of a link, we have to make sure that
the SQE data has been read upfront. Integrate the poll add/remove into
the prep handling to make it safe for SQE reuse.

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