commit | 978ebd97d1426d5708d3f353179ab81f191a7eeb | [log] [tgz] |
---|---|---|
author | Ben Myers <bpm@sgi.com> | Wed Feb 17 14:05:16 2010 -0600 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Sat Feb 20 13:14:50 2010 -0800 |
tree | 6456e766099798df58f315f989bbb075b14a9aec | |
parent | f501912a35c02eadc55ca9396ece55fe36f785d0 [diff] |
xfs_export_operations.commit_metadata This is the commit_metadata export operation for XFS. - Takes one inode to be committed. - Forces the log up to the lsn of the inode. - Doesn't force the log if the inode doesn't have a pincount. Signed-off-by: Ben Myers <bpm@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> [bfields@citi.umich.edu: trivial whitespace fix] Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>