[PATCH] sysctl: remove support for CTL_ANY
There are currently no users in the kernel for CTL_ANY and it only has effect on the binary interface which is practically unused. So this complicates sysctl lookups for no good reason so just remove it. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2abc26fc6b
commit
6703ddfcce
2 changed files with 1 additions and 2 deletions
|
|
@ -53,7 +53,6 @@ struct __sysctl_args {
|
|||
|
||||
/* For internal pattern-matching use only: */
|
||||
#ifdef __KERNEL__
|
||||
#define CTL_ANY -1 /* Matches any name */
|
||||
#define CTL_NONE 0
|
||||
#define CTL_UNNUMBERED CTL_NONE /* sysctl without a binary number */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue