diff options
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 010cf7685677..cea93ba1f099 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -2472,7 +2472,7 @@ static noinline int walk_down_log_tree(struct btrfs_trans_handle *trans, | |||
2472 | if (trans) { | 2472 | if (trans) { |
2473 | btrfs_tree_lock(next); | 2473 | btrfs_tree_lock(next); |
2474 | btrfs_set_lock_blocking(next); | 2474 | btrfs_set_lock_blocking(next); |
2475 | clean_tree_block(trans, fs_info, next); | 2475 | clean_tree_block(fs_info, next); |
2476 | btrfs_wait_tree_block_writeback(next); | 2476 | btrfs_wait_tree_block_writeback(next); |
2477 | btrfs_tree_unlock(next); | 2477 | btrfs_tree_unlock(next); |
2478 | } | 2478 | } |
@@ -2552,7 +2552,7 @@ static noinline int walk_up_log_tree(struct btrfs_trans_handle *trans, | |||
2552 | if (trans) { | 2552 | if (trans) { |
2553 | btrfs_tree_lock(next); | 2553 | btrfs_tree_lock(next); |
2554 | btrfs_set_lock_blocking(next); | 2554 | btrfs_set_lock_blocking(next); |
2555 | clean_tree_block(trans, fs_info, next); | 2555 | clean_tree_block(fs_info, next); |
2556 | btrfs_wait_tree_block_writeback(next); | 2556 | btrfs_wait_tree_block_writeback(next); |
2557 | btrfs_tree_unlock(next); | 2557 | btrfs_tree_unlock(next); |
2558 | } | 2558 | } |
@@ -2630,7 +2630,7 @@ static int walk_log_tree(struct btrfs_trans_handle *trans, | |||
2630 | if (trans) { | 2630 | if (trans) { |
2631 | btrfs_tree_lock(next); | 2631 | btrfs_tree_lock(next); |
2632 | btrfs_set_lock_blocking(next); | 2632 | btrfs_set_lock_blocking(next); |
2633 | clean_tree_block(trans, fs_info, next); | 2633 | clean_tree_block(fs_info, next); |
2634 | btrfs_wait_tree_block_writeback(next); | 2634 | btrfs_wait_tree_block_writeback(next); |
2635 | btrfs_tree_unlock(next); | 2635 | btrfs_tree_unlock(next); |
2636 | } | 2636 | } |