]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: keep ltimeouts in a list
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 29 Aug 2021 01:54:38 +0000 (19:54 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Aug 2021 22:12:11 +0000 (16:12 -0600)
commit775442f0b15c3fe4b002b4b1d07df09b59bf9d9a
treed747da83ea598af95ba60b48fc9b10ee4f05ff11
parent5061f326eeb4de6b231b80c603865efc6d927ee8
io_uring: keep ltimeouts in a list

A preparation patch. Keep all queued linked timeout in a list, so they
may be found and updated.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c