diff options
author | David S. Miller <davem@davemloft.net> | 2017-04-21 22:59:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-21 22:59:52 +0300 |
commit | 1f4407e2548827e3e6e7b943640a2da90c611306 (patch) | |
tree | 764821732ceca7797933ea122a3294e425783057 /include/uapi/linux/sysctl.h | |
parent | 239c599a5f553d65ddc933d06bbbed95aaad9dd0 (diff) | |
download | linux-1f4407e2548827e3e6e7b943640a2da90c611306.tar.xz |
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 'include/uapi/linux/sysctl.h')
-rw-r--r-- | include/uapi/linux/sysctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/sysctl.h b/include/uapi/linux/sysctl.h index 177f5f139b36..e13d48058b8d 100644 --- a/include/uapi/linux/sysctl.h +++ b/include/uapi/linux/sysctl.h @@ -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 */ |