[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m1zm0zumck.fsf_-_@ebiederm.dsl.xmission.com>
Date: Fri, 10 Aug 2007 15:10:51 -0600
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Gabriel C <nix.or.die@...glemail.com>,
Michal Piotrowski <michal.k.k.piotrowski@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 7/7] 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@...ssion.com>
---
kernel/sysctl.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index f18e7ec..6d01497 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -494,7 +494,6 @@ static struct ctl_table kern_table[] = {
#endif
#ifdef CONFIG_PROC_SYSCTL
{
- .ctl_name = KERN_CADPID,
.procname = "cad_pid",
.data = NULL,
.maxlen = sizeof (int),
--
1.5.1.1.181.g2de0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists