Received: with ECARTIS (v1.0.0; list xfs); Mon, 19 Nov 2007 07:52:50 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.0-r574664 Received: from sandeen.net (sandeen.net [209.173.210.139]) by oss.sgi.com (8.12.11.20060308/8.12.10/SuSE Linux 0.7) with ESMTP id lAJFqgbN018233 for ; Mon, 19 Nov 2007 07:52:43 -0800 Received: from liberator.sandeen.net (liberator.sandeen.net [10.0.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sandeen.net (Postfix) with ESMTP id 28BE41800F676; Mon, 19 Nov 2007 09:52:46 -0600 (CST) Message-ID: <4741B14D.8020004@sandeen.net> Date: Mon, 19 Nov 2007 09:52:45 -0600 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Christoph Hellwig CC: Timothy Shimmin , Vlad Apostolov , Barry Naujok , "xfs@oss.sgi.com" , xfs-dev Subject: Re: REVIEW: xfs_reno #2 References: <473D32D9.2020500@sgi.com> <473D36AC.7040507@sgi.com> <20071119123918.GA15942@infradead.org> In-Reply-To: <20071119123918.GA15942@infradead.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/4841/Sun Nov 18 20:25:36 2007 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 13701 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: sandeen@sandeen.net Precedence: bulk X-list: xfs Christoph Hellwig wrote: > On Fri, Nov 16, 2007 at 05:20:28PM +1100, Timothy Shimmin wrote: >> Vlad Apostolov wrote: >>> When the XFS parent pointers feature is released we would need to find >>> out to update the EA to point to the new inode parent directory. This may >>> not be that easy though. >>> >> Really? >> Apart from the swapping of extents, reno uses standard calls doesn't it, >> in which case any movement of inodes will have the parent pointers >> updated by the normal vnode ops (e.g. mkdir, rename) in the kernel. > > What parent pointers? > > The ones not yet released I guess :) >> Vlad Apostolov wrote: >>> When the XFS parent pointers feature is released... -Eric