From: Dave Chinner Date: Tue, 6 Oct 2009 20:29:30 +0000 (+0000) Subject: xfs: make sure xfs_sync_fsdata covers the log X-Git-Tag: v2.6.32-rc4~16^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dce5065a57c158e0ca5db8e63c50118b2ecf4ac5;p=pandora-kernel.git xfs: make sure xfs_sync_fsdata covers the log We want to always cover the log after writing out the superblock, and in case of a synchronous writeout make sure we actually wait for the log to be covered. That way a filesystem that has been sync()ed can be considered clean by log recovery. Signed-off-by: Dave Chinner Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen Reviewed-by: Alex Elder Signed-off-by: Alex Elder --- Reading git-diff-tree failed