From: David Chinner Date: Thu, 30 Oct 2008 06:15:50 +0000 (+1100) Subject: [XFS] make SYNC_DELWRI no longer use xfs_sync X-Git-Tag: v2.6.29-rc1~552^2~81^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f1c6ee12955fd8657f6f0f9a3d09112b1f1fdd;p=pandora-kernel.git [XFS] make SYNC_DELWRI no longer use xfs_sync Continue to de-multiplex xfs_sync be replacing all SYNC_DELWRI callers with direct calls functions that do the work. Isolate the data quiesce case to a function in xfs_sync.c. Isolate the FSDATA case with explicit calls to xfs_sync_fsdata(). Version 2: o Push delwri related log forces into xfs_sync_inodes(). SGI-PV: 988140 SGI-Modid: xfs-linux-melb:xfs-kern:32309a Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed