linux/io_uring
Jens Axboe 50220d6ac8 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: Jens Axboe <axboe@kernel.dk>
2024-04-15 08:10:25 -06:00
..
2024-02-09 11:54:19 -07:00
2022-12-07 06:47:13 -07:00
2024-04-15 08:10:24 -06:00
2024-02-12 19:02:11 -07:00
2024-04-15 08:10:24 -06:00
2024-02-09 09:04:39 -07:00
2024-02-09 09:04:39 -07:00
2024-02-06 19:55:14 -07:00