diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2025-03-18 09:01:07 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-24 22:10:13 +0300 |
commit | 66034f78a5583bc10c195647629a137e8ed02208 (patch) | |
tree | c45b2fe741b25e70f550f5b2cb3e24bdc380239e /net/unix/af_unix.c | |
parent | 3099f9e156b3bd37b3825fc527dd018bb76957f7 (diff) | |
download | linux-66034f78a5583bc10c195647629a137e8ed02208.tar.xz |
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
inet_connection_sock_af_ops.addr2sockaddr() hasn't been used at all
in the git era.
$ git grep addr2sockaddr $(git rev-list HEAD | tail -n 1)
Let's remove it.
Note that there was a 4 bytes hole after sockaddr_len and now it's
6 bytes, so the binary layout is not changed.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250318060112.3729-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions