summaryrefslogtreecommitdiffstats
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index 9e1f2cd5e67a..50af2b96df6c 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -3980,7 +3980,8 @@ again:
3980 if (ret < 0) { 3980 if (ret < 0) {
3981 err = ret; 3981 err = ret;
3982 goto out_unlock; 3982 goto out_unlock;
3983 } if (ret) { 3983 }
3984 if (ret) {
3984 ins_nr = 0; 3985 ins_nr = 0;
3985 btrfs_release_path(path); 3986 btrfs_release_path(path);
3986 continue; 3987 continue;