io_uring: cleanup io_aux_cqe() API
authorJens Axboe <axboe@kernel.dk>
Wed, 7 Jun 2023 20:41:20 +0000 (14:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Jun 2023 20:59:22 +0000 (14:59 -0600)
commitd86eaed185e9c6052d1ee2ca538f1936ff255887
tree47c9f0eacf4b7b17942df3530fdb001f854f6820
parentc92fcfc2bab54451c4f1481755ea244f413455cb
io_uring: cleanup io_aux_cqe() API

Everybody is passing in the request, so get rid of the io_ring_ctx and
explicit user_data pass-in. Both the ctx and user_data can be deduced
from the request at hand.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/net.c
io_uring/poll.c
io_uring/timeout.c