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-Tag: v3.12-rc1~25397 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c65f92398ec4ebfcaef91309bf055028a9899d6f;p=kernel%2Fkernel-generic.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 0278f52..c7150af 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),