-
- Downloads
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>
Showing
- io_uring/io_uring.c 3 additions, 1 deletionio_uring/io_uring.c
- io_uring/io_uring.h 1 addition, 1 deletionio_uring/io_uring.h
- io_uring/net.c 4 additions, 5 deletionsio_uring/net.c
- io_uring/poll.c 2 additions, 2 deletionsio_uring/poll.c
- io_uring/timeout.c 2 additions, 2 deletionsio_uring/timeout.c
Loading
Please register or sign in to comment