From: Chris Mason Date: Fri, 15 Aug 2008 19:34:15 +0000 (-0400) Subject: Btrfs: Transaction commit: don't use filemap_fdatawait X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777e6bd706ee40897545463871de5b456fbc46dc;p=pandora-kernel.git Btrfs: Transaction commit: don't use filemap_fdatawait After writing out all the remaining btree blocks in the transaction, the commit code would use filemap_fdatawait to make sure it was all on disk. This means it would wait for blocks written by other procs as well. The new code walks the list of blocks for this transaction again and waits only for those required by this transaction. Signed-off-by: Chris Mason --- Reading git-diff-tree failed