From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valerie Aurora Subject: Re: [PATCH 00/35] Union mounts - everything but the xattrs Date: Wed, 21 Apr 2010 19:35:36 -0400 Message-ID: <20100421233536.GB27926@shell> References: <1271372682-21225-1-git-send-email-vaurora@redhat.com> <20100421150634.1f01240a.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Viro , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Randy Dunlap Return-path: Content-Disposition: inline In-Reply-To: <20100421150634.1f01240a.randy.dunlap@oracle.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Apr 21, 2010 at 03:06:34PM -0700, Randy Dunlap wrote: > On Thu, 15 Apr 2010 16:04:07 -0700 Valerie Aurora wrote: > > > This patch series implements union mounts for every system call > > except: > > > > - xattr-related calls > > - fchmod()/fchown()/futimensat() on an fd > > > > The copyup portion is a proof of concept based around union_path_nd(), > > which looks up both the target pair and its parent's. If > > the parent is on a union mount, and the target is on a lower layer, we > > copy up the target. > > > > This patch set is very raw and could use even the most superficial > > review. Just take a look at Erez's review from December to see how > > low-hanging the fruit is on this one. > > > > -VAL > > > Hi VAL, > > In the future, please make patches 1-N reply/refer to patch 0 instead of to > the preceding numbered patch. Okay. -VAL