From: Christoph Hellwig Date: Mon, 10 Oct 2011 16:52:53 +0000 (+0000) Subject: xfs: do not flush data workqueues in xfs_flush_buftarg X-Git-Tag: v3.2-rc1~134^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a93a064d27b42e4af1772b0599b53e3241191ac;p=pandora-kernel.git xfs: do not flush data workqueues in xfs_flush_buftarg When we call xfs_flush_buftarg (generally from sync or umount) it already is too late to flush the data workqueues, as I/O completion is signalled for them and we are thus already done with the data we would flush here. There are places where flushing them might be useful, but the current sync interface doesn't give us that opportunity. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed