io_uring: remove extra argument for overflow flush
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Aug 2021 19:18:12 +0000 (20:18 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:10:19 +0000 (13:10 -0600)
commit90f67366cb8871951399fb5bcf182e902b896615
tree128e3000337a77367b35bfd4225598459c9fbc91
parentcd0ca2e048dc0ddea4f59354b0b8ce4548a76a91
io_uring: remove extra argument for overflow flush

Unlike __io_cqring_overflow_flush(), nobody does forced flushing with
io_cqring_overflow_flush(), so removed the argument from it.

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