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>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commit4a3223f7bfda14c532856152b12aace525cf8079
treeaa7f270f10943eddfee32e4bda12e6e8c1b5a2c4
parent54cdcca05abde32acc3233950ddc79d8be25515f
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