diff options
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index deb7f66356bd..1a79087c4575 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -2738,7 +2738,7 @@ static noinline int log_dir_items(struct btrfs_trans_handle *trans, | |||
2738 | path->keep_locks = 1; | 2738 | path->keep_locks = 1; |
2739 | 2739 | ||
2740 | ret = btrfs_search_forward(root, &min_key, &max_key, | 2740 | ret = btrfs_search_forward(root, &min_key, &max_key, |
2741 | path, 0, trans->transid); | 2741 | path, trans->transid); |
2742 | 2742 | ||
2743 | /* | 2743 | /* |
2744 | * we didn't find anything from this transaction, see if there | 2744 | * we didn't find anything from this transaction, see if there |
@@ -3680,7 +3680,7 @@ static int btrfs_log_inode(struct btrfs_trans_handle *trans, | |||
3680 | while (1) { | 3680 | while (1) { |
3681 | ins_nr = 0; | 3681 | ins_nr = 0; |
3682 | ret = btrfs_search_forward(root, &min_key, &max_key, | 3682 | ret = btrfs_search_forward(root, &min_key, &max_key, |
3683 | path, 0, trans->transid); | 3683 | path, trans->transid); |
3684 | if (ret != 0) | 3684 | if (ret != 0) |
3685 | break; | 3685 | break; |
3686 | again: | 3686 | again: |