From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] private mounts Date: Sun, 24 Apr 2005 21:18:20 +0100 Message-ID: <20050424201820.GA28428@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, hch@infradead.org, linux-kernel@vger.kernel.org, akpm@osdl.org Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:37770 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S262398AbVDXUS0 (ORCPT ); Sun, 24 Apr 2005 16:18:26 -0400 To: Miklos Szeredi Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sun, Apr 24, 2005 at 10:08:13PM +0200, Miklos Szeredi wrote: > This simple patch adds support for private (or invisible) mounts. The > rationale is to allow mounts to be private for a user but still in the > global namespace. As mentioned in the last -fsdevel thread a few times the idea of per-user mounts is fundamentally flawed. Crossing a namespace boundary must be explicit - using clone or a new unshare() syscall.