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, 9 Aug 2021 19:47:12 +0000 (13:47 -0600)
commit4892a433d8268de4ce86c46cfa2125e0d70f3176
tree41620a6a7ace72978957956745a51b6d53a96ae9
parent7bd2e29d63ebec4e0b90b89dea928a19aad75bf4
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