projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85dda4e
)
tcp: do not export sysctl_tcp_low_latency
author
Eric Dumazet
<edumazet@google.com>
Tue, 18 Oct 2016 20:24:07 +0000
(13:24 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Oct 2016 15:12:41 +0000
(11:12 -0400)
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
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_ipv4.c
b/net/ipv4/tcp_ipv4.c
index 79d55eb3ec3f185e467eae998f1a1a514ec351a9..61b7be303eeca39f4c581f2ebef42639e672a036 100644
(file)
--- 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,