aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_recovery.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-10-26 21:54:57 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-27 16:35:42 +0900
commite20223f1962831d1b1c416d59d259879d0639d68 (patch)
treea82676f59d21fe385c78d140c8cc43ee6b63ea67 /net/ipv4/tcp_recovery.c
parenttcp: Namespace-ify sysctl_tcp_early_retrans (diff)
downloadlinux-dev-e20223f1962831d1b1c416d59d259879d0639d68.tar.xz
linux-dev-e20223f1962831d1b1c416d59d259879d0639d68.zip
tcp: Namespace-ify sysctl_tcp_recovery
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_recovery.c')
-rw-r--r--net/ipv4/tcp_recovery.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_recovery.c b/net/ipv4/tcp_recovery.c
index cda6074a429a..d3603a9e24ea 100644
--- a/net/ipv4/tcp_recovery.c
+++ b/net/ipv4/tcp_recovery.c
@@ -1,8 +1,6 @@
#include <linux/tcp.h>
#include <net/tcp.h>
-int sysctl_tcp_recovery __read_mostly = TCP_RACK_LOSS_DETECTION;
-
static void tcp_rack_mark_skb_lost(struct sock *sk, struct sk_buff *skb)
{
struct tcp_sock *tp = tcp_sk(sk);