From: Christoph Hellwig Date: Wed, 13 Aug 2008 06:48:12 +0000 (+1000) Subject: [XFS] stop using file_update_time X-Git-Tag: v2.6.27-rc4~106^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a76c1ea07ee4e9da7c8e476e43be7e1b2bf24fb;p=pandora-kernel.git [XFS] stop using file_update_time xfs_ichtime updates the xfs_inode and Linux inode timestamps just fine, no need to call file_update_time and then copy the values over to the XFS inode. The only additional thing in file_update_time are checks not applicable to the write path. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31829a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy Signed-off-by: David Chinner --- Reading git-diff-tree failed