Skip to content

Commit 1f4407e

Browse files
committed
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>
1 parent 239c599 commit 1f4407e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/uapi/linux/sysctl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ enum
274274
NET_CORE_AEVENT_ETIME=20,
275275
NET_CORE_AEVENT_RSEQTH=21,
276276
NET_CORE_WARNINGS=22,
277-
NET_CORE_BUDGET_USECS=23,
278277
};
279278

280279
/* /proc/sys/net/ethernet */

kernel/sysctl_binary.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ static const struct bin_table bin_net_core_table[] = {
197197
{ CTL_INT, NET_CORE_AEVENT_ETIME, "xfrm_aevent_etime" },
198198
{ CTL_INT, NET_CORE_AEVENT_RSEQTH, "xfrm_aevent_rseqth" },
199199
{ CTL_INT, NET_CORE_WARNINGS, "warnings" },
200-
{ CTL_INT, NET_CORE_BUDGET_USECS, "netdev_budget_usecs" },
201200
{},
202201
};
203202

0 commit comments

Comments
 (0)