Btrfs: don't commit the transaction in the async space flushing
authorJosef Bacik <jbacik@fb.com>
Wed, 18 Feb 2015 21:58:15 +0000 (13:58 -0800)
committerChris Mason <clm@fb.com>
Fri, 10 Apr 2015 21:06:54 +0000 (14:06 -0700)
commit365c5313776730acf433d54226f0216a1d075e9a
tree3b9767744b06cd31f6af3ca122465039d60b47f1
parentcb723e491955ac11a1591ae25cada7c3b1470609
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 <clm@fb.com>
fs/btrfs/extent-tree.c