io_uring: move timeouts flushing to a helper
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 30 May 2020 11:54:17 +0000 (14:54 +0300)
committerJens Axboe <axboe@kernel.dk>
Sat, 30 May 2020 13:38:17 +0000 (07:38 -0600)
commit360428f8c0cd857006a8a3f515946285370489ac
treec6f2e25b9439ea19c9e739ffc1a386caf1086ba5
parent6f88cc176a3358c54bb6c38c8afee3f3a42faf54
io_uring: move timeouts flushing to a helper

Separate flushing offset timeouts io_commit_cqring() by moving it into a
helper. Just a preparation, makes following patches clearer.

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