All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] tcp: do not export sysctl_tcp_low_latency
@ 2016-10-18 20:24 Eric Dumazet
  2016-10-19 15:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Dumazet @ 2016-10-18 20:24 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

From: Eric Dumazet <edumazet@google.com>

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>
---
 net/ipv4/tcp_ipv4.c |    1 -
 1 file changed, 1 deletion(-)

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,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net] tcp: do not export sysctl_tcp_low_latency
  2016-10-18 20:24 [PATCH net] tcp: do not export sysctl_tcp_low_latency Eric Dumazet
@ 2016-10-19 15:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-10-19 15:14 UTC (permalink / raw)
  To: eric.dumazet; +Cc: netdev

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Tue, 18 Oct 2016 13:24:07 -0700

> From: Eric Dumazet <edumazet@google.com>
> 
> 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>

Applied, thanks Eric.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-19 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-18 20:24 [PATCH net] tcp: do not export sysctl_tcp_low_latency Eric Dumazet
2016-10-19 15:14 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.