xfs: implement optimized fdatasync
authorChristoph Hellwig <hch@infradead.org>
Mon, 15 Feb 2010 09:44:49 +0000 (09:44 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 1 Mar 2010 22:34:45 +0000 (16:34 -0600)
Allow us to track the difference between timestamp and size updates
by using mark_inode_dirty from the I/O completion code, and checking
the VFS inode flags in xfs_file_fsync.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found