commit | 5d960724b0cb0d12469d1c62912e4a8c09c9fd92 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Nov 19 15:31:28 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:56:06 2019 -0700 |
tree | 0d154e59f8b7c9256fcfaf96f8436601c15ae162 | |
parent | 09fbb0a83ec6ab5a4037766261c031151985fff6 [diff] |
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: Jens Axboe <axboe@kernel.dk>