From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756585AbYBOQf3 (ORCPT ); Fri, 15 Feb 2008 11:35:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754025AbYBOQfU (ORCPT ); Fri, 15 Feb 2008 11:35:20 -0500 Received: from agminet01.oracle.com ([141.146.126.228]:17287 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754022AbYBOQfS (ORCPT ); Fri, 15 Feb 2008 11:35:18 -0500 Date: Fri, 15 Feb 2008 08:34:28 -0800 From: Randy Dunlap To: Jan Engelhardt Cc: Mikael Pettersson , Andi Kleen , Pavel Emelyanov , Andrew Morton , Al Viro , Linux Kernel Mailing List , Alexey Dobriyan Subject: Re: [PATCH] Make sysctl a separate filesystem Message-Id: <20080215083428.07246720.randy.dunlap@oracle.com> In-Reply-To: References: <47B56BF2.4020600@openvz.org> <18357.30971.334517.722985@harpo.it.uu.se> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.4.7 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Feb 2008 13:44:35 +0100 (CET) Jan Engelhardt wrote: > > On Feb 15 2008 12:35, Mikael Pettersson wrote: > >Andi Kleen writes: > > > Pavel Emelyanov writes: > > > > this subdir; > > > > 3. sysctl inodes are now smaller than the procfs ones. > > > > > > That's always a good thing. > > > > > > > Note: update your initscripts to mount sysctl filesystem > > > > right after the proc is mounted in order not to lose your > > > > /etc/sysctl.conf configuration (and optionally fstab). > > > > > > That will break about everybody's init scripts I suspect. > > > > > > I think you would need to go through some deprecation > > > period for this at least, with printks warning people > > > to fix their init scripts. > > > > > > Or better find some way to do the mount automatically. > > > >Doing it automatically is the only acceptable way, IMO. > > For time being only. > > The kernel (currently) only auto-mounts invisible filesystems. like /root, sysfs, futexfs, pipefs, anon_inodefs, bdev, devpts, hugetlbfs, inotifyfs ? --- ~Randy