commit | a71976f3fa474d0aa9b33fc2ecaa67af6103bb71 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Oct 10 18:34:11 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Oct 10 12:49:25 2020 -0600 |
tree | 578a4ddec84bdb7fbd6c820444539451899bec2c | |
parent | 0bdf7a2ddb7d8b28d1c9f505e7f32aa2972d461b [diff] |
io_uring: remove timeout.list after hrtimer cancel Remove timeouts from ctx->timeout_list after hrtimer_try_to_cancel() successfully cancels it. With this we don't need to care whether there was a race and it was removed in io_timeout_fn(), and that will be handy for following patches. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>