From: David Chinner Date: Thu, 30 Oct 2008 06:15:12 +0000 (+1100) Subject: [XFS] use xfs_sync_inodes rather than xfs_syncsub X-Git-Tag: v2.6.29-rc1~552^2~81^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2030b5aba8a4bcaca5aca85968514fa58207d3bd;p=pandora-kernel.git [XFS] use xfs_sync_inodes rather than xfs_syncsub Kill the unused arg in xfs_syncsub() and xfs_sync_inodes(). For callers of xfs_syncsub() that only want to flush inodes, replace xfs_syncsub() with direct calls to xfs_sync_inodes() as that is all that is being done with the specific flags being passed in. SGI-PV: 988140 SGI-Modid: xfs-linux-melb:xfs-kern:32305a Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed