From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: with ECARTIS (v1.0.0; list xfs); Thu, 15 Nov 2007 22:19:29 -0800 (PST) Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by oss.sgi.com (8.12.11.20060308/8.12.10/SuSE Linux 0.7) with SMTP id lAG6JMdU017197 for ; Thu, 15 Nov 2007 22:19:24 -0800 Message-ID: <473D36AC.7040507@sgi.com> Date: Fri, 16 Nov 2007 17:20:28 +1100 From: Timothy Shimmin MIME-Version: 1.0 Subject: Re: REVIEW: xfs_reno #2 References: <473D32D9.2020500@sgi.com> In-Reply-To: <473D32D9.2020500@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com List-Id: xfs To: Vlad Apostolov Cc: Barry Naujok , "xfs@oss.sgi.com" , xfs-dev 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. --Tim