]> git.hungrycats.org Git - linux/commit
mptcp: make userspace_pm_append_new_local_addr static
authorGeliang Tang <geliang.tang@suse.com>
Fri, 14 Apr 2023 15:47:06 +0000 (17:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Mar 2024 12:26:34 +0000 (13:26 +0100)
commit42a841a84ffd84f8166b9b4c5897a5f30feb7e1c
tree47eb483846831e40ab33dddb2d18e4bdc9440ff5
parent2f414a56b369129cfdac6ecaf9899f9807a264aa
mptcp: make userspace_pm_append_new_local_addr static

commit aa5887dca2d236fc50000e27023d4d78dce3af30 upstream.

mptcp_userspace_pm_append_new_local_addr() has always exclusively been
used in pm_userspace.c since its introduction in
commit 4638de5aefe5 ("mptcp: handle local addrs announced by userspace PMs").

So make it static.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mptcp/pm_userspace.c
net/mptcp/protocol.h