commit | 8a71d814e7fe962bdf36f6a525f453d076823db7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Feb 19 14:30:26 2024 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Mar 01 06:29:39 2024 -0700 |
tree | a60370069d11705c43d7dd51ff366a5308352985 | |
parent | 94a088aee9da164897a89d4eefa890f0b4b6c174 [diff] |
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>