From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933968AbXGWSJ2 (ORCPT ); Mon, 23 Jul 2007 14:09:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763362AbXGWSJU (ORCPT ); Mon, 23 Jul 2007 14:09:20 -0400 Received: from wa-out-1112.google.com ([209.85.146.179]:26758 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763278AbXGWSJT (ORCPT ); Mon, 23 Jul 2007 14:09:19 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kB2CMBWg2tIHS/iH9vOl6QZ+t6fHx25xKwLl/F170H+z4qKCARFE/P0SWHLENzFkWSdCgUlhSZrEikijOI5V5Cg0ARk0gIhdhz/Kj7Y7ap2WZoWY8h1PJ33zdfLZCjGh9g9p0mS7m9Y52boW2Yz2phLt+gR8z5dKvRHGgi43T1w= Message-ID: Date: Mon, 23 Jul 2007 13:09:18 -0500 From: "Eric Van Hensbergen" To: "Latchesar Ionkov" Subject: Re: CTL_UNNUMBERED (Re: [PATCH] 9p: Don't use binary sysctl numbers.) Cc: "Alexey Dobriyan" , linux-kernel@vger.kernel.org, "V9FS Developers" , "Eric W. Biederman" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070721205709.GB5772@martell.zuzino.mipt.ru> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 7/23/07, Latchesar Ionkov wrote: > It doesn't really matter (for me) whether it is sysctl or sysfs > interface. The sysctl approach seemed easier to implement. If the > consensus is to use sysfs, I'll send a patch (for 2.6.24). > > Sorry for the incorrect implementation, I guess I stole the code from > unappropriate place :) > I think this is appropriate for a "fix" submission to the 2.6.23-rc series. If you don't have the bandwidth right now, I'll look at reworking it, or at the very least just removing the sysctl interface. -eric