commit | 845b6d0cbbc2304e8a54ed4038272c55f85b2269 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 08 15:35:05 2009 +0200 |
committer | Christoph Hellwig <hch@brick.lst.de> | Mon Jun 08 15:35:05 2009 +0200 |
tree | 1c8e9270f7e78a0525f1873cef4d017618e06632 | |
parent | 5a34d5cd096310133f9208db294021208a96660d [diff] |
xfs: split inode flushing from xfs_sync_inodes_ag In many cases we only want to sync inode metadata. Split out the inode flushing into a separate helper to prepare factoring the inode sync code. Based on a patch from Dave Chinner, but redone to keep the current behaviour exactly and leave changes to the flushing logic to another patch. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>