]> 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)
commite11aeec4b44f03a9e695740c992816cc72add450
tree798d52ee7ff970acf4cbeff0f7da3f3560edbfb6
parent775261249d5b9da1f36068b0a98cd652e1446555
tcp: do not export sysctl_tcp_low_latency

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