io_uring: remove overflow param from io_post_aux_cqe
authorDylan Yudaken <dylany@meta.com>
Thu, 24 Nov 2022 09:35:58 +0000 (01:35 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Nov 2022 13:10:04 +0000 (06:10 -0700)
commitb529c96a896b7bea8464a58d350836cc106d70bd
treea2562008de63c9909040c0b38a7c36d78c3835ac
parent2e2ef4a1dab980d88a1ab45bf0e28c8851999e33
io_uring: remove overflow param from io_post_aux_cqe

The only call sites which would not allow overflow are also call sites
which would use the io_aux_cqe as they care about ordering.

So remove this parameter from io_post_aux_cqe.

Signed-off-by: Dylan Yudaken <dylany@meta.com>
Link: https://lore.kernel.org/r/20221124093559.3780686-9-dylany@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/msg_ring.c
io_uring/rsrc.c