From: Dave Chinner Date: Wed, 3 Feb 2010 22:48:58 +0000 (+1100) Subject: xfs: kill the unused XFS_QMOPT_* flush flags V2 X-Git-Tag: v2.6.34-rc1~278^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20026d92013d7bb3abb295337191def6758fc086;p=pandora-kernel.git xfs: kill the unused XFS_QMOPT_* flush flags V2 dquots are never flushed asynchronously. Remove the flag and the async write support from the flush function. Make the default flush a delwri flush to make the inode flush code, which leaves the XFS_QMOPT_SYNC the only flag remaining. Convert that to use SYNC_WAIT instead, just like the inode flush code. V2: - just pass flush flags straight through Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed