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

io_uring: io_fail_links() should only consider first linked timeout



We currently clear the linked timeout field if we cancel such a timeout,
but we should only attempt to cancel if it's the first one we see.
Others should simply be freed like other requests, as they haven't
been started yet.

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