aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-02-15 14:04:56 -0700
committerJens Axboe <axboe@kernel.dk>2024-02-15 14:04:56 -0700
commit871760eb7af57accc5402142154e64f21701fa16 (patch)
treeeb21c25e0272fa7fdb184df75069ce6468c889e8 /io_uring
parentc8d8fc3b2d9d4c81e3d3b23eca504ad713a91219 (diff)
downloadlinux-871760eb7af57accc5402142154e64f21701fa16.tar.gz
io_uring: kill stale comment for io_cqring_overflow_kill()
This function now deals only with discarding overflow entries on ring free and exit, and it no longer returns whether we successfully flushed all entries as there's no CQE posting involved anymore. Kill the outdated comment. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring')
-rw-r--r--io_uring/io_uring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c
index 45a2f8f3a77c76..cf2f514b7cc0d7 100644
--- a/io_uring/io_uring.c
+++ b/io_uring/io_uring.c
@@ -666,7 +666,6 @@ static void io_cq_unlock_post(struct io_ring_ctx *ctx)
io_commit_cqring_flush(ctx);
}
-/* Returns true if there are no backlogged entries after the flush */
static void io_cqring_overflow_kill(struct io_ring_ctx *ctx)
{
struct io_overflow_cqe *ocqe;