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)
commitef9dd637084d437463f5e9efa153dfc94e7e5f08
treed747da83ea598af95ba60b48fc9b10ee4f05ff11
parent50c1df2b56e0f581b1dbf334dbf807d6fb8f77b2
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