aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-10-18 13:24:07 -0700
committerDavid S. Miller <davem@davemloft.net>2016-10-19 11:12:41 -0400
commit82454581d76ccb95535ba6898b39ac5baa123633 (patch)
tree798d52ee7ff970acf4cbeff0f7da3f3560edbfb6 /net/ipv4/tcp_ipv4.c
parentrtnetlink: Add rtnexthop offload flag to compare mask (diff)
downloadlinux-dev-82454581d76ccb95535ba6898b39ac5baa123633.tar.xz
linux-dev-82454581d76ccb95535ba6898b39ac5baa123633.zip
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>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 79d55eb3ec3f..61b7be303eec 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -86,7 +86,6 @@
int sysctl_tcp_tw_reuse __read_mostly;
int sysctl_tcp_low_latency __read_mostly;
-EXPORT_SYMBOL(sysctl_tcp_low_latency);
#ifdef CONFIG_TCP_MD5SIG
static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key,