]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit144fe6f72b341404319bd35ed09f643560e1e537
tree3b9767744b06cd31f6af3ca122465039d60b47f1
parent759b42d71a1711d513a8ce2885fb6967828941f5
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