Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964863AbWIDM5v (ORCPT ); Mon, 4 Sep 2006 08:57:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964869AbWIDM5v (ORCPT ); Mon, 4 Sep 2006 08:57:51 -0400 Received: from wohnheim.fh-wedel.de ([213.39.233.138]:53445 "EHLO wohnheim.fh-wedel.de") by vger.kernel.org with ESMTP id S964863AbWIDM5u (ORCPT ); Mon, 4 Sep 2006 08:57:50 -0400 Date: Mon, 4 Sep 2006 14:57:44 +0200 From: =?iso-8859-1?Q?J=F6rn?= Engel To: Pavel Machek Cc: Josef Sipek , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, akpm@osdl.org, viro@ftp.linux.org.uk Subject: Re: [PATCH 00/22][RFC] Unionfs: Stackable Namespace Unification Filesystem Message-ID: <20060904125744.GA1961@wohnheim.fh-wedel.de> References: <20060901013512.GA5788@fsl.cs.sunysb.edu> <20060903110507.GD4884@ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060903110507.GD4884@ucw.cz> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1055 Lines: 27 On Sun, 3 September 2006 11:05:08 +0000, Pavel Machek wrote: > > > - Modifying a Unionfs branch directly, while the union is mounted, is > > currently unsupported. Any such change may cause Unionfs to oops and it > > can even result in data loss! > > I'm not sure if that is acceptable. Even root user should be unable to > oops the kernel using 'normal' actions. Direct modification of branches is similar to direct modification of block devices underneith a mounted filesystem. While I agree that such a thing _should_ not oops the kernel, I'd bet that you can easily run a stresstest on a filesystem while randomly flipping bits in the block device and get just that. There are bigger problems in unionfs to worry about. J?rn -- Simplicity is prerequisite for reliability. -- Edsger W. Dijkstra - 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/