summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r--fs/btrfs/tree-log.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index a74acb341ef2..0297379f1a70 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -2624,7 +2624,7 @@ static noinline int walk_down_log_tree(struct btrfs_trans_handle *trans,
}
btrfs_tree_lock(next);
- btrfs_clean_tree_block(trans, next);
+ btrfs_clear_buffer_dirty(trans, next);
btrfs_wait_tree_block_writeback(next);
btrfs_tree_unlock(next);
@@ -2693,7 +2693,7 @@ static noinline int walk_up_log_tree(struct btrfs_trans_handle *trans,
next = path->nodes[*level];
btrfs_tree_lock(next);
- btrfs_clean_tree_block(trans, next);
+ btrfs_clear_buffer_dirty(trans, next);
btrfs_wait_tree_block_writeback(next);
btrfs_tree_unlock(next);
@@ -2774,7 +2774,7 @@ static int walk_log_tree(struct btrfs_trans_handle *trans,
next = path->nodes[orig_level];
btrfs_tree_lock(next);
- btrfs_clean_tree_block(trans, next);
+ btrfs_clear_buffer_dirty(trans, next);
btrfs_wait_tree_block_writeback(next);
btrfs_tree_unlock(next);