Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 50220d6a authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring/net: get rid of ->prep_async() for send side


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>
parent c6f32c7d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment