From: Lachlan McIlroy Date: Fri, 14 Sep 2007 05:21:08 +0000 (+1000) Subject: [XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes X-Git-Tag: v2.6.25-rc1~282^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44866d39282d0782b15fa4cb62aad937bf0a0897;p=pandora-kernel.git [XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes A large part of xfs_sync_inodes is conditional on the SYNC_BDFLUSH which is never passed to it. This patch removes it and adds an assert that triggers in case some new code tries to pass SYNC_BDFLUSH to it. SGI-PV: 970242 SGI-Modid: xfs-linux-melb:xfs-kern:29630a Signed-off-by: Lachlan McIlroy Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed