Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942325AbXHJVL0 (ORCPT ); Fri, 10 Aug 2007 17:11:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756416AbXHJVLF (ORCPT ); Fri, 10 Aug 2007 17:11:05 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:45171 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942286AbXHJVLD (ORCPT ); Fri, 10 Aug 2007 17:11:03 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Andrew Morton Cc: Gabriel C , Michal Piotrowski , linux-kernel@vger.kernel.org Subject: [PATCH 7/7] sysctl: Remove the cad_pid binary sysctl path References: <20070809224254.11f42716.akpm@linux-foundation.org> <46BC8F71.3070006@googlemail.com> <46BC944F.9020801@googlemail.com> <20070810124156.2de9710e.akpm@linux-foundation.org> Date: Fri, 10 Aug 2007 15:10:51 -0600 In-Reply-To: (Eric W. Biederman's message of "Fri, 10 Aug 2007 15:09:50 -0600") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 30 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 --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/