xfs_export_operations.commit_metadata
authorBen Myers <bpm@sgi.com>
Wed, 17 Feb 2010 20:05:16 +0000 (14:05 -0600)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sat, 20 Feb 2010 21:14:50 +0000 (13:14 -0800)
commit978ebd97d1426d5708d3f353179ab81f191a7eeb
tree6456e766099798df58f315f989bbb075b14a9aec
parentf501912a35c02eadc55ca9396ece55fe36f785d0
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>
fs/xfs/linux-2.6/xfs_export.c