Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753548Ab1EWGAE (ORCPT ); Mon, 23 May 2011 02:00:04 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:59844 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295Ab1EWF77 convert rfc822-to-8bit (ORCPT ); Mon, 23 May 2011 01:59:59 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=F6jJ0wjBW0Hi2o1ajnFW5eZQpKjUJYefg0Br3i7UNHjTd8MTUShr0qtXaRMewyZgOy zPBZyzLr3i/pJWoYcHQKVHOrBpChomTuNGF/njFT6Vcb/qdMHs/1iZvCQDeN+YrbgLiF 5tuWjHGsn+3gik/D6gv4qUuVE33Z98Fb3NrxI= MIME-Version: 1.0 In-Reply-To: References: From: Lucian Adrian Grijincu Date: Mon, 23 May 2011 08:59:39 +0300 Message-ID: Subject: Re: [v3 00/39] faster tree-based sysctl implementation To: "Eric W. Biederman" Cc: linux-kernel , netdev@vger.kernel.org, Alexey Dobriyan , Octavian Purdila , "David S . Miller" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1263 Lines: 34 On Mon, May 23, 2011 at 7:27 AM, Eric W. Biederman wrote: > I will mention a couple of nits I noticed while I was skimming through > your patches. > - There can be multiple proc superblocks and thus multiple inodes >  referring to the same /proc/sys file, if there are multiple pid >  namespaces. OK. I'll revert the patch that make converts an int counter into an u8 and post an update. I guess this is what you were referring to. https://github.com/luciang/linux-2.6-new-sysctl/commit/b7a547b8ce7484ae22eea34a860f674fcb19c11b > - I have a hope to move /proc/sys into /proc//sys so we don't have >  to look at current to determine the namespace we want to display. >  That would allow the deeply magic sysctl_is_seen check to be removed >  from proc_sys_compare.  That is not your problem, but of an >  explanation why the namespaces are passed through. OK, I'll go an change things to pass the current namespace as it were before my changes. Thank you. --  . ..: Lucian -- 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/