io_uring: ease timeout flush locking requirements
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 2 Dec 2022 17:47:24 +0000 (17:47 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 14 Dec 2022 15:53:35 +0000 (08:53 -0700)
commite5f30f6fb29a0b8fa7ca784e44571a610b949b04
treee5214e50f664bc3f0f8324aebe5c20866ff01726
parent6971253f078766543c716db708ba2c787826690d
io_uring: ease timeout flush locking requirements

We don't need completion_lock for timeout flushing, don't take it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/1e3dc657975ac445b80e7bdc40050db783a5935a.1670002973.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/timeout.c