io_uring/net: switch io_recv() to using io_async_msghdr
authorJens Axboe <axboe@kernel.dk>
Tue, 5 Mar 2024 22:39:16 +0000 (15:39 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Mar 2024 17:07:43 +0000 (11:07 -0600)
commitad46bfc0bf465a46ac4162113714e5ac63b4e198
tree5c1bd1a8ea08af6350ebd971b1a96919a65acfb4
parent1d503acbb08f376e892ab32ce5264b4823583e4f
io_uring/net: switch io_recv() to using io_async_msghdr

No functional changes in this patch, just in preparation for carrying
more state than what is available now, if necessary.

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