From: Dave Chinner Date: Mon, 8 Oct 2012 10:56:08 +0000 (+1100) Subject: xfs: xfs_quiesce_attr() should quiesce the log like unmount X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75921a72a7c4bb73a5e09a697a672722e5543f1;p=pandora-kernel.git xfs: xfs_quiesce_attr() should quiesce the log like unmount xfs_quiesce_attr() is supposed to leave the log empty with an unmount record written. Right now it does not wait for the AIL to be emptied before writing the unmount record, not does it wait for metadata IO completion, either. Fix it to use the same method and code as xfs_log_unmount(). Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed