aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-06-22 23:02:22 -0700
committerDavid S. Miller <davem@davemloft.net>2012-06-22 23:02:22 -0700
commitdfbce08c19cba2ba4faaf8c0dd6d7678f46c78dd (patch)
tree35b4151132478f6e7f935ce7a3a82fc636d6a4c7 /kernel
parentipv4: tcp: dont cache output dst for syncookies (diff)
downloadlinux-dev-dfbce08c19cba2ba4faaf8c0dd6d7678f46c78dd.tar.xz
linux-dev-dfbce08c19cba2ba4faaf8c0dd6d7678f46c78dd.zip
ipv4: Don't add deprecated new binary sysctl value.
Reported-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl_binary.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c
index 6a3cf8253aae..a650694883a1 100644
--- a/kernel/sysctl_binary.c
+++ b/kernel/sysctl_binary.c
@@ -415,8 +415,6 @@ static const struct bin_table bin_net_ipv4_table[] = {
{ CTL_INT, NET_IPV4_IPFRAG_SECRET_INTERVAL, "ipfrag_secret_interval" },
/* NET_IPV4_IPFRAG_MAX_DIST "ipfrag_max_dist" no longer used */
- { CTL_INT, NET_IPV4_EARLY_DEMUX, "ip_early_demux" },
-
{ CTL_INT, 2088 /* NET_IPQ_QMAX */, "ip_queue_maxlen" },
/* NET_TCP_DEFAULT_WIN_SCALE unused */