OSDN Git Service

xfs: implement ->update_time
authorChristoph Hellwig <hch@infradead.org>
Wed, 6 Jun 2012 21:01:28 +0000 (17:01 -0400)
committerBen Myers <bpm@sgi.com>
Sun, 22 Jul 2012 15:38:32 +0000 (10:38 -0500)
commit69ff2826117f1cde9a2491be57a578212bca551e
tree5054885441e91a48787939d294d42abada6309cc
parent96ee34be7a0965a117080a28b2c0cc6d4ee6adb1
xfs: implement ->update_time

Use this new method to replace our hacky use of ->dirty_inode.  An additional
benefit is that we can now propagate errors up the stack.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_iops.c
fs/xfs/xfs_super.c
fs/xfs/xfs_trace.h