From: Dave Chinner Date: Mon, 17 May 2010 05:51:59 +0000 (+1000) Subject: xfs: forced unmounts need to push the CIL X-Git-Tag: v2.6.35-rc1~271^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da1ab181ac1790f86528b86ba5876f037e8dcdc;p=pandora-kernel.git xfs: forced unmounts need to push the CIL If the filesystem is being shut down and the there is no log error, the current code forces out the current log buffers. This code now needs to push the CIL before it forces out the log buffers to acheive the same result. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed