io_uring: remove extra io_commit_cqring()
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 19 Jun 2022 11:26:04 +0000 (12:26 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:32:31 +0000 (11:32 -0600)
commitc341fb26c822cdd29129c16f7772ae746515621e
tree5fd6b4abca253bb5aeadf30530cc51478d56ba0f
parent8f294a4e3f0799f22ef2ec98e9120b3d55bf1cf7
io_uring: remove extra io_commit_cqring()

We don't post events in __io_commit_cqring_flush() anymore but send all
requests to tw, so no need to do io_commit_cqring() there.

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