]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteb2e099f5a2928027ff0ad7ac86feba223868831
tree798d52ee7ff970acf4cbeff0f7da3f3560edbfb6
parentfec820988f489d036aab7c7b6e233c6e82cc3c3b
tcp: do not export sysctl_tcp_low_latency

Since commit 5f36292560ba ("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