Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936698AbXHJN0t (ORCPT ); Fri, 10 Aug 2007 09:26:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763696AbXHJN0l (ORCPT ); Fri, 10 Aug 2007 09:26:41 -0400 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:34005 "EHLO the-village.bc.nu" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1759019AbXHJN0k (ORCPT ); Fri, 10 Aug 2007 09:26:40 -0400 Date: Fri, 10 Aug 2007 14:33:42 +0100 From: Alan Cox To: ebiederm@xmission.com (Eric W. Biederman) Cc: Andrew Morton , linux-kernel@vger.kernel.org, Alexey Dobriyan , axboe@kernel.dk Subject: Re: [PATCH 08/10] sysctl: Remove broken cdrom binary sysctls Message-ID: <20070810143342.173d2637@the-village.bc.nu> In-Reply-To: References: <20070726164518.GB16937@localhost.sw.ru> <20070727145235.GC6924@localhost.sw.ru> <20070806124530.GD6634@localhost.sw.ru> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.13; i386-redhat-linux-gnu) Organization: Red Hat UK Cyf., Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, Y Deyrnas Gyfunol. Cofrestrwyd yng Nghymru a Lloegr o'r rhif cofrestru 3798903 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 26 On Thu, 09 Aug 2007 19:01:14 -0600 ebiederm@xmission.com (Eric W. Biederman) wrote: > > The binary interface for the cdrom sysctls can't possilby work. > So remove the binary sysctls and update the test for finding > out which sysctl table entry we are dealy with to use the procname > and not the ctl_name (which I am removing). NAK I've no problem with the basic idea of removing the names from user space, but you've just demonstrated with the patch below that it causes some quite revolting changes for the bad in code which previously was nicely done switch statements and is now a nest of string compares and inline code. There are very good reasons to have a cookie in the sysctl entry for internal use and which is private to the subsystem using the sysctl (ie not for sysctl() use and not neccessarily unique). - 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/