diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2023-01-23 17:37:14 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-01-30 01:17:41 +0300 |
commit | b2aa66aff60c841b2c93242752c25abf4c82a28c (patch) | |
tree | cdaf8ef9c12220ff568ea2bf5d0fe5fb4b8bbfb5 /io_uring/io_uring.c | |
parent | c10bb64684813a326174c3eebcafb3ee5af52ca3 (diff) | |
download | linux-b2aa66aff60c841b2c93242752c25abf4c82a28c.tar.xz |
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>
Diffstat (limited to 'io_uring/io_uring.c')
-rw-r--r-- | io_uring/io_uring.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 1681be25cf58..b865275898b1 100644 --- a/io_uring/io_uring.c +++ b/io_uring/io_uring.c @@ -666,7 +666,6 @@ static void io_cqring_overflow_kill(struct io_ring_ctx *ctx) } } -/* Returns true if there are no backlogged entries after the flush */ static void __io_cqring_overflow_flush(struct io_ring_ctx *ctx) { size_t cqe_size = sizeof(struct io_uring_cqe); |