Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756194Ab0DUXfl (ORCPT ); Wed, 21 Apr 2010 19:35:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32391 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755360Ab0DUXfk (ORCPT ); Wed, 21 Apr 2010 19:35:40 -0400 Date: Wed, 21 Apr 2010 19:35:36 -0400 From: Valerie Aurora To: Randy Dunlap Cc: Alexander Viro , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 00/35] Union mounts - everything but the xattrs 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 Content-Disposition: inline In-Reply-To: <20100421150634.1f01240a.randy.dunlap@oracle.com> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 34 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 -- 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/