commit | 66d834ea603d61bd90fedad90300ca91c5bba0a3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Feb 15 09:44:49 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Mon Mar 01 16:34:45 2010 -0600 |
tree | f73072b9d87bd71a0739f07e4d0e26f10c5d925a | |
parent | fd3200bef7d66ed3924f72c79a465fb7ff85478a [diff] |
xfs: implement optimized fdatasync 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>