Closed Thomasdezeeuw closed 9 months ago
This needs to use IORING_OP_POLL_REMOVE when it's dropped.
IORING_OP_POLL_REMOVE
Also look at the Cancel implementation as that might also need to use IORING_OP_POLL_REMOVE.
Cancel
Cancelling works fine, we have cancel_oneshot_poll and cancel_multishot_poll to test this.
cancel_oneshot_poll
cancel_multishot_poll
This needs to use
IORING_OP_POLL_REMOVE
when it's dropped.Also look at the
Cancel
implementation as that might also need to useIORING_OP_POLL_REMOVE
.