aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r--fs/btrfs/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index 151b00d52593..656baefa5255 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -650,7 +650,7 @@ static noinline int drop_dirty_roots(struct btrfs_root *tree_root,
650 ret = btrfs_end_transaction(trans, tree_root); 650 ret = btrfs_end_transaction(trans, tree_root);
651 BUG_ON(ret); 651 BUG_ON(ret);
652 652
653 ret = btrfs_remove_leaf_refs(root, max_useless); 653 ret = btrfs_remove_leaf_refs(root, max_useless, 0);
654 BUG_ON(ret); 654 BUG_ON(ret);
655 655
656 free_extent_buffer(dirty->root->node); 656 free_extent_buffer(dirty->root->node);