]> git.baikalelectronics.ru Git - kernel.git/commit
tcpnv: do not export local function
authorstephen hemminger <stephen@networkplumber.org>
Fri, 19 May 2017 16:55:52 +0000 (09:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:42:36 +0000 (13:42 -0400)
commitdd40bfaea386f2352f523c70578be4d4ca84ca6c
treea81ed8e23054b7c47c6a8b543f0abdd6a3699776
parent14aea50d7247ced7dcf0e291ca6368f700086686
tcpnv: do not export local function

The TCP New Vegas congestion control was exporting an internal
function tcpnv_get_info which is not used by any other in tree
kernel code. Make it static.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_nv.c