diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2007-10-18 03:05:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-18 14:37:23 -0700 |
commit | c65f92398ec4ebfcaef91309bf055028a9899d6f (patch) | |
tree | bb5a47a80aac965a3a8371414a187c3c9a97166d | |
parent | 064b5bba0cc495201729285c6a6ce205df0a386a (diff) |
sysctl: remove the cad_pid binary sysctl path
It looks like we inadvertently killed the cad_pid binary sysctl support when
cap_pid was changed to be a struct pid. Since no one has complained just
remove the binary path.
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>
-rw-r--r-- | kernel/sysctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 0278f52c4b04..c7150af631b5 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -509,7 +509,6 @@ static struct ctl_table kern_table[] = { #endif #ifdef CONFIG_PROC_SYSCTL { - .ctl_name = KERN_CADPID, .procname = "cad_pid", .data = NULL, .maxlen = sizeof (int), |