aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_binary.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-04-21 15:59:52 -0400
committerDavid S. Miller <davem@davemloft.net>2017-04-21 15:59:52 -0400
commit1f4407e2548827e3e6e7b943640a2da90c611306 (patch)
tree764821732ceca7797933ea122a3294e425783057 /kernel/sysctl_binary.c
parentnet: dsa: LAN9303: add I2C dependency (diff)
downloadlinux-dev-1f4407e2548827e3e6e7b943640a2da90c611306.tar.xz
linux-dev-1f4407e2548827e3e6e7b943640a2da90c611306.zip
net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.
We are not supposed to add new entries to this thing any more. Thanks to Eric Dumazet for noticing this. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--kernel/sysctl_binary.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c
index 4ee3e49530d2..ece4b177052b 100644
--- a/kernel/sysctl_binary.c
+++ b/kernel/sysctl_binary.c
@@ -197,7 +197,6 @@ static const struct bin_table bin_net_core_table[] = {
{ CTL_INT, NET_CORE_AEVENT_ETIME, "xfrm_aevent_etime" },
{ CTL_INT, NET_CORE_AEVENT_RSEQTH, "xfrm_aevent_rseqth" },
{ CTL_INT, NET_CORE_WARNINGS, "warnings" },
- { CTL_INT, NET_CORE_BUDGET_USECS, "netdev_budget_usecs" },
{},
};