From: Christoph Hellwig Date: Mon, 8 Jun 2009 13:37:11 +0000 (+0200) Subject: xfs: remove SYNC_IOWAIT X-Git-Tag: v2.6.31-rc1~350^2^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0710ccc6d9fa8fb908b5f6d1b0782a09d80e24f;p=pandora-kernel.git xfs: remove SYNC_IOWAIT We want to wait for all I/O to finish when we do data integrity syncs. So there is no reason to keep SYNC_WAIT separate from SYNC_IOWAIT. This causes a little change in behaviour for the ENOSPC flushing code which now does a second submission and wait of buffered I/O, but that should finish ASAP as we already did an asynchronous writeout earlier. Signed-off-by: Christoph Hellwig Reviewed-by: Josef 'Jeff' Sipek Reviewed-by: Eric Sandeen --- Reading git-diff-tree failed