Skip to content

Commit

Permalink
ipv4: Don't add deprecated new binary sysctl value.
Browse files Browse the repository at this point in the history
Reported-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 23, 2012
1 parent 7586ece commit dfbce08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/linux/sysctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ enum
NET_TCP_ALLOWED_CONG_CONTROL=123,
NET_TCP_MAX_SSTHRESH=124,
NET_TCP_FRTO_RESPONSE=125,
NET_IPV4_EARLY_DEMUX=126,
};

enum {
Expand Down
2 changes: 0 additions & 2 deletions kernel/sysctl_binary.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit dfbce08

Please sign in to comment.