From: David Chinner Date: Mon, 18 Jun 2007 06:50:48 +0000 (+1000) Subject: [XFS] Fix remount,readonly path to flush everything correctly. X-Git-Tag: v2.6.23-rc1~1056^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516b2e7c2661615ba5d5ad9fb584f068363502d3;p=pandora-kernel.git [XFS] Fix remount,readonly path to flush everything correctly. The remount readonly path can fail to writeback properly because we still have active transactions after calling xfs_quiesce_fs(). Further investigation shows that this path is broken in the same ways that the xfs freeze path was broken so fix it the same way. SGI-PV: 964464 SGI-Modid: xfs-linux-melb:xfs-kern:28869a Signed-off-by: David Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed