]> www.infradead.org Git - users/willy/xarray.git/commit
io_uring/net: split send and sendmsg prep helpers
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 22 Oct 2024 14:43:12 +0000 (15:43 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit93db98f6f1d62c9e58787f6beb62245ddb91f354
treeae4f2b30256a1bfcc64c7036d4f4649d61430162
parente6d43739d0ee49a39505d696ba6a656f47c2bd39
io_uring/net: split send and sendmsg prep helpers

A preparation patch splitting io_sendmsg_prep_setup into two separate
helpers for send and sendmsg variants.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/1a2319471ba040e053b7f1d22f4af510d1118eca.1729607201.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c