io_uring: kill stale comment for io_cqring_overflow_kill()
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Feb 2024 21:04:56 +0000 (14:04 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Feb 2024 21:04:56 +0000 (14:04 -0700)
commit871760eb7af57accc5402142154e64f21701fa16
treeeb21c25e0272fa7fdb184df75069ce6468c889e8
parentc8d8fc3b2d9d4c81e3d3b23eca504ad713a91219
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>
io_uring/io_uring.c