commit | 360428f8c0cd857006a8a3f515946285370489ac | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat May 30 14:54:17 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sat May 30 07:38:17 2020 -0600 |
tree | c6f2e25b9439ea19c9e739ffc1a386caf1086ba5 | |
parent | 6f88cc176a3358c54bb6c38c8afee3f3a42faf54 [diff] |
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>