aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/disk-io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index d205bddc7776..fdc75ab09483 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -4046,8 +4046,6 @@ void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans,
4046 btrfs_destroy_ordered_operations(cur_trans, root); 4046 btrfs_destroy_ordered_operations(cur_trans, root);
4047 4047
4048 btrfs_destroy_delayed_refs(cur_trans, root); 4048 btrfs_destroy_delayed_refs(cur_trans, root);
4049 btrfs_block_rsv_release(root, &root->fs_info->trans_block_rsv,
4050 cur_trans->dirty_pages.dirty_bytes);
4051 4049
4052 cur_trans->state = TRANS_STATE_COMMIT_START; 4050 cur_trans->state = TRANS_STATE_COMMIT_START;
4053 wake_up(&root->fs_info->transaction_blocked_wait); 4051 wake_up(&root->fs_info->transaction_blocked_wait);