From: Christoph Hellwig Date: Mon, 8 Jun 2009 13:35:05 +0000 (+0200) Subject: xfs: split inode flushing from xfs_sync_inodes_ag X-Git-Tag: v2.6.31-rc1~350^2^2~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845b6d0cbbc2304e8a54ed4038272c55f85b2269;p=pandora-kernel.git 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 Reviewed-by: Eric Sandeen --- Reading git-diff-tree failed