io_uring: delete misleading comment in io_fill_cqe_aux()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 28 Apr 2025 12:52:32 +0000 (13:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Apr 2025 17:51:31 +0000 (11:51 -0600)
commit27d2fed790ce6407e321e89aac3c8c0e28986fff
treebd125e6ba7037ac26d6e615cd774e4048a470bbf
parentf6da4fee69860d4a02d14b016021ffb516a25f38
io_uring: delete misleading comment in io_fill_cqe_aux()

io_fill_cqe_aux() doesn't overflow completions, however it might fail
them and lets the caller handle it. Remove the comment, which doesn't
make any sense.

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