commit | b97e736a4b553ff18963019c7ca91cd684f83709 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Aug 15 10:40:23 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 23 13:10:43 2021 -0600 |
tree | 7a93f47efc0a6a5fbc060112e6845a324930708b | |
parent | 8cb01fac982a3f8622a46821af1eb68136f936ca [diff] |
io_uring: kill REQ_F_LTIMEOUT_ACTIVE Instead of handling double consecutive linked timeouts through tricky flag combinations, just check the submit_state.link during timeout_prep and fail that case in advance. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/04150760b0dc739522264b8abd309409f7421a06.1628981736.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>