io_uring: don't expose io_fill_cqe_aux()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 17 Jun 2022 08:48:00 +0000 (09:48 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:14 +0000 (18:39 -0600)
commitd245bca6375bccfd589a6a7d5007df28575bb626
treece0fbcda110609810940ebd21bdebeb2d942513f
parentf09c8643f0fad0e287b9f737955276000fd76a5d
io_uring: don't expose io_fill_cqe_aux()

Deduplicate some code and add a helper for filling an aux CQE, locking
and notification.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b7c6557c8f9dc5c4cfb01292116c682a0ff61081.1655455613.git.asml.silence@gmail.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/net.c
io_uring/poll.c
io_uring/rsrc.c