commit | 135fcde8496b03d31648171dbc038990112e41d5 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Jul 13 23:37:12 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 24 12:55:45 2020 -0600 |
tree | 0986922e14a90eb571149e8c4e524e2fcee65717 | |
parent | 40d8ddd4facb80760d5a0c61a7cf026d5ff73ff0 [diff] |
io_uring: add req->timeout.list Instead of using shared req->list, hang timeouts up on their own list entry. struct io_timeout have enough extra space for it, but if that will be a problem ->inflight_entry can reused for that. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>