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>
Thu, 21 Jul 2022 14:44:22 +0000 (08:44 -0600)
commit32597fd6cebe69f8c370e0ffef519215b88853e0
tree8534aa88e4db8b563a13cd753bd7dac1688a2045
parenta6a703c8a35593f81ca1f0fa6290f8ac61990e72
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