aboutsummaryrefslogtreecommitdiffstats
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index 1fffe8845c09..323e12cc9d2f 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -693,7 +693,7 @@ static noinline int replay_one_extent(struct btrfs_trans_handle *trans,
693 ret = btrfs_inc_extent_ref(trans, root, 693 ret = btrfs_inc_extent_ref(trans, root,
694 ins.objectid, ins.offset, 694 ins.objectid, ins.offset,
695 0, root->root_key.objectid, 695 0, root->root_key.objectid,
696 key->objectid, offset, 0); 696 key->objectid, offset);
697 if (ret) 697 if (ret)
698 goto out; 698 goto out;
699 } else { 699 } else {