]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/net: clusterise send vs msghdr branches
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 28 Mar 2025 23:10:58 +0000 (23:10 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Mar 2025 23:11:20 +0000 (17:11 -0600)
commit49dbce5602dc50343c9794d0ddf05d1f6c9cb592
treec6ef025ccc639ae7904cee9b0dde8a2202d4cf27
parent63b16e4f0b90abad500ecb7bc7a625278febdc2c
io_uring/net: clusterise send vs msghdr branches

We have multiple branches at prep for send vs sendmsg handling, put them
together so that the variant handling is more localised.

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