commit | 82454581d76ccb95535ba6898b39ac5baa123633 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Oct 18 13:24:07 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 19 11:12:41 2016 -0400 |
tree | 798d52ee7ff970acf4cbeff0f7da3f3560edbfb6 | |
parent | 85dda4e5b0ee1f5b4e8cc93d39e475006bc61ccd [diff] |
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>