Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752185AbYFDFfj (ORCPT ); Wed, 4 Jun 2008 01:35:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751104AbYFDFfX (ORCPT ); Wed, 4 Jun 2008 01:35:23 -0400 Received: from fxip-0047f.externet.hu ([88.209.222.127]:54584 "EHLO pomaz-ex.szeredi.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751860AbYFDFeh (ORCPT ); Wed, 4 Jun 2008 01:34:37 -0400 To: raven@themaw.net CC: viro@ZenIV.linux.org.uk, jmoyer@redhat.com, torvalds@linux-foundation.org, miklos@szeredi.hu, jesper@krogh.cc, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org In-reply-to: <1212547323.3146.45.camel@raven.themaw.net> (message from Ian Kent on Wed, 04 Jun 2008 10:42:02 +0800) Subject: Re: Linux 2.6.26-rc4 References: <20080603105258.GV28946@ZenIV.linux.org.uk> <1212499623.3025.46.camel@raven.themaw.net> <1212509263.3025.66.camel@raven.themaw.net> <1212513189.3025.101.camel@raven.themaw.net> <20080603173029.GD28946@ZenIV.linux.org.uk> <20080603191859.GG28946@ZenIV.linux.org.uk> <20080603230026.GH28946@ZenIV.linux.org.uk> <1212547323.3146.45.camel@raven.themaw.net> Message-Id: From: Miklos Szeredi Date: Wed, 04 Jun 2008 07:34:07 +0200 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 806 Lines: 17 > Perhaps, if we didn't use /etc/mtab anywhere. > It would make a difference if we could "mount" /proc/mounts onto a file > such as /etc/mtab and everyone always did that. That's actually remarkably close to being possible. Loopback mounts have already been fixed not to rely on /etc/mtab. The only major piece missing is "user" mounts, and there's already a patchset for that waiting for review by the VFS maintainers. After that, it's just a "simple" issue of fixing up all the userspace pieces. Could be finished in the next decade, possibly ;) Miklos -- 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/