From: Josef Bacik Date: Wed, 18 Feb 2015 21:58:15 +0000 (-0800) Subject: Btrfs: don't commit the transaction in the async space flushing X-Git-Tag: omap-for-v4.1/fixes-rc1~43^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365c5313776730acf433d54226f0216a1d075e9a;p=pandora-kernel.git Btrfs: don't commit the transaction in the async space flushing We're triggering a huge number of commits from btrfs_async_reclaim_metadata_space. These aren't really requried, because everyone calling the async reclaim code is going to end up triggering a commit on their own. Signed-off-by: Chris Mason --- Reading git-diff-tree failed