OSDN Git Service

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)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Apr 2023 07:25:33 +0000 (08:25 +0100)
commitaa5887dca2d236fc50000e27023d4d78dce3af30
treeccaffa92a3d12e85897367972c46e4d32327bd85
parent28f610d0868d961059f66fb4a3b2de082d52a4f6
mptcp: make userspace_pm_append_new_local_addr static

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>
net/mptcp/pm_userspace.c
net/mptcp/protocol.h