From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shaya Potter Subject: Re: [PATCH 01/24] Unionfs: Documentation Date: Mon, 8 Jan 2007 14:43:39 -0500 (EST) Message-ID: References: <1168229596580-git-send-email-jsipek@cs.sunysb.edu> <1168229596875-git-send-email-jsipek@cs.sunysb.edu> <20070108111852.ee156a90.akpm@osdl.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "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 Return-path: Received: from cs.columbia.edu ([128.59.16.20]:49514 "EHLO cs.columbia.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422722AbXAHUJO (ORCPT ); Mon, 8 Jan 2007 15:09:14 -0500 To: Andrew Morton In-Reply-To: <20070108111852.ee156a90.akpm@osdl.org> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, 8 Jan 2007, Andrew Morton wrote: > On Sun, 7 Jan 2007 23:12:53 -0500 > "Josef 'Jeff' Sipek" wrote: > >> +Modifying a Unionfs branch directly, while the union is mounted, is >> +currently unsupported. > > Does this mean that if I have /a/b/ and /c/d/ unionised under /mnt/union, I > am not allowed to alter anything under /a/b/ and /c/d/? That I may only > alter stuff under /mnt/union? > > If so, that sounds like a significant limitation. haven't we been through this? It's the same thing as modifying a block device while a file system is using it. Now, when unionfs gets confused, it shouldn't oops, but would one expect ext3 to allow one to modify its backing store while its using it?