commit | 365c5313776730acf433d54226f0216a1d075e9a | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Wed Feb 18 13:58:15 2015 -0800 |
committer | Chris Mason <clm@fb.com> | Fri Apr 10 14:06:54 2015 -0700 |
tree | 3b9767744b06cd31f6af3ca122465039d60b47f1 | |
parent | cb723e491955ac11a1591ae25cada7c3b1470609 [diff] |
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>