• Jens Axboe's avatar
    io_uring/net: get rid of ->prep_async() for send side · 50220d6a
    Jens Axboe authored
    Move the io_async_msghdr out of the issue path and into prep handling,
    e it's now done unconditionally and hence does not need to be part
    of the issue path. This means any usage of io_sendrecv_prep_async() and
    io_sendmsg_prep_async(), and hence the forced async setup path is now
    unified with the normal prep setup.
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    50220d6a
net.c 37.5 KB