tcp: do not export sysctl_tcp_low_latency
authorEric Dumazet <edumazet@google.com>
Tue, 18 Oct 2016 20:24:07 +0000 (13:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2016 15:12:41 +0000 (11:12 -0400)
commit82454581d76ccb95535ba6898b39ac5baa123633
tree798d52ee7ff970acf4cbeff0f7da3f3560edbfb6
parent85dda4e5b0ee1f5b4e8cc93d39e475006bc61ccd
tcp: do not export sysctl_tcp_low_latency

Since commit b2fb4f54ecd4 ("tcp: uninline tcp_prequeue()") we no longer
access sysctl_tcp_low_latency from a module.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c