[XFS] stop using file_update_time
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Aug 2008 06:48:12 +0000 (16:48 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:48:12 +0000 (16:48 +1000)
commit3a76c1ea07ee4e9da7c8e476e43be7e1b2bf24fb
tree710ff6b462d1e43d7c5d77d72f47f297e196ccf8
parent8e5975c82f66bce36955f38e9abc259d5143a72a
[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 <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: David Chinner <david@fromorbit.com>
fs/xfs/linux-2.6/xfs_iops.c
fs/xfs/linux-2.6/xfs_iops.h
fs/xfs/linux-2.6/xfs_lrw.c