io_uring/net: open code io_sendmsg_copy_hdr()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 28 Mar 2025 23:10:54 +0000 (23:10 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Mar 2025 23:11:20 +0000 (17:11 -0600)
commita20b8631c8885cda45a331a151d29a83dfbfdefb
treef929f4fb2afafdc7197f1b51eb5165733322ebf4
parent00cfc05cf81f58b1bc2650e18228350a094b1f6d
io_uring/net: open code io_sendmsg_copy_hdr()

io_sendmsg_setup() is trivial and io_sendmsg_copy_hdr() doesn't add
any good abstraction, open code one into another.

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