From: Eric W. Biederman Date: Thu, 18 Oct 2007 10:05:32 +0000 (-0700) Subject: sysctl: remove the cad_pid binary sysctl path X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c65f92398ec4ebfcaef91309bf055028a9899d6f;p=linux-beck.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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),