From: Christoph Hellwig Date: Fri, 27 Jun 2008 03:34:26 +0000 (+1000) Subject: [XFS] Don't update mtime on rename source X-Git-Tag: v2.6.27-rc2~91^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8670bb1cfa177d35c54e4cc96152dc425a7ab3;p=pandora-kernel.git [XFS] Don't update mtime on rename source As reported by Michael-John Turner XFS updates the mtime on the source inode of a rename call in case it's a directory and changes the parent. This doesn't make any sense, is not mentioned in the standards and not performed by any other Linux filesystems so remove it. SGI-PV: 983684 SGI-Modid: xfs-linux-melb:xfs-kern:31364a Signed-off-by: Christoph Hellwig Signed-off-by: Barry Naujok Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed