commit | 4d0f4a5413490391c6cd16407a0f71b51700a68a | [log] [tgz] |
---|---|---|
author | Ruyi Zhang <ruyi.zhang@samsung.com> | Thu Apr 11 13:59:53 2024 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Apr 15 08:10:27 2024 -0600 |
tree | fb1d988d19630f3caecdd462dde15cae4b9d20a9 | |
parent | 6b231248e97fc37d4205449d48747b5a3b4c2fcc [diff] |
io_uring/timeout: remove duplicate initialization of the io_timeout list. In the __io_timeout_prep function, the io_timeout list is initialized twice, removing the meaningless second initialization. Signed-off-by: Ruyi Zhang <ruyi.zhang@samsung.com> Link: https://lore.kernel.org/r/20240411055953.2029218-1-ruyi.zhang@samsung.com Signed-off-by: Jens Axboe <axboe@kernel.dk>