io_uring: kill outdated comment about overflow flush
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 23 Jan 2023 14:37:14 +0000 (14:37 +0000)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:17:41 +0000 (15:17 -0700)
commitb2aa66aff60c841b2c93242752c25abf4c82a28c
treecdaf8ef9c12220ff568ea2bf5d0fe5fb4b8bbfb5
parentc10bb64684813a326174c3eebcafb3ee5af52ca3
io_uring: kill outdated comment about overflow flush

__io_cqring_overflow_flush() doesn't return anything anymore, remove
outdate comment.

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