Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750804AbXAHXtD (ORCPT ); Mon, 8 Jan 2007 18:49:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750833AbXAHXtD (ORCPT ); Mon, 8 Jan 2007 18:49:03 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:49835 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750804AbXAHXtA (ORCPT ); Mon, 8 Jan 2007 18:49:00 -0500 Date: Tue, 9 Jan 2007 00:34:49 +0100 (MET) From: Jan Engelhardt To: Andrew Morton cc: Shaya Potter , "Josef 'Jeff' Sipek" , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, viro@ftp.linux.org.uk, torvalds@osdl.org, mhalcrow@us.ibm.com, David Quigley , Erez Zadok Subject: Re: [PATCH 01/24] Unionfs: Documentation In-Reply-To: <20070108140224.3a814b7d.akpm@osdl.org> Message-ID: References: <1168229596580-git-send-email-jsipek@cs.sunysb.edu> <1168229596875-git-send-email-jsipek@cs.sunysb.edu> <20070108111852.ee156a90.akpm@osdl.org> <20070108131957.cbaf6736.akpm@osdl.org> <1168291848.9853.1.camel@localhost.localdomain> <20070108140224.3a814b7d.akpm@osdl.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1562 Lines: 42 On Jan 8 2007 14:02, Andrew Morton wrote: >Shaya Potter wrote: >> >> the difference is bind mounts are a vfs construct, while unionfs is a >> file system. > >Well yes. So the top-level question is "is this the correct way of doing >unionisation?". >I suspect not, in which case unionfs is at best a stopgap until someone >comes along and implements unionisation at the VFS level, at which time >unionfs goes away. Not either. I *think* Jan Blunck wrote a pdf-paper about 'union mounts', i.e. the vfs construct you refer to. [ http://www.free-it.org/archiv/talks_2005/paper-11254/paper-11254.pdf looks like it ] However, it's not duplicating a namespace, hence, unionfs also has a right to exist. >a) is unionfs a sufficiently useful stopgap to justify a merge and > >b) would an interim merge of unionfs increase or decrease the motivation > for someone to do a VFS implementation? > >I suspect the answer to b) is "increase": if unionfs proves to be useful >then people will be motivated to produce more robust implementations of the >same functionality. If it proves to not be very useful then nobody will >bother doing anything, which in a way would be a useful service. Fact is, when it's in, bugs could be shaken out. Though then I think what better AUFS could do. -`J' -- - 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/