net: remove {revc,send}msg_copy_msghdr() from exports io_uring-send-queue
authorJens Axboe <axboe@kernel.dk>
Mon, 19 Feb 2024 21:30:26 +0000 (14:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Mar 2024 13:29:39 +0000 (06:29 -0700)
commit8a71d814e7fe962bdf36f6a525f453d076823db7
treea60370069d11705c43d7dd51ff366a5308352985
parent94a088aee9da164897a89d4eefa890f0b4b6c174
net: remove {revc,send}msg_copy_msghdr() from exports

The only user of these was io_uring, and it's not using them anymore.
Make them static and remove them from the socket header file.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/socket.h
net/socket.c
tools/perf/trace/beauty/include/linux/socket.h