Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f4407e2 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 239c599a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -274,7 +274,6 @@ enum
	NET_CORE_AEVENT_ETIME=20,
	NET_CORE_AEVENT_RSEQTH=21,
	NET_CORE_WARNINGS=22,
	NET_CORE_BUDGET_USECS=23,
};

/* /proc/sys/net/ethernet */
+0 −1
Original line number Diff line number Diff line
@@ -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" },
	{},
};