aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/qgroup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c
index 1874a6d2e6f5..99f2b9ce0f15 100644
--- a/fs/btrfs/qgroup.c
+++ b/fs/btrfs/qgroup.c
@@ -2680,8 +2680,10 @@ out:
2680 free_extent_buffer(scratch_leaf); 2680 free_extent_buffer(scratch_leaf);
2681 } 2681 }
2682 2682
2683 if (done && !ret) 2683 if (done && !ret) {
2684 ret = 1; 2684 ret = 1;
2685 fs_info->qgroup_rescan_progress.objectid = (u64)-1;
2686 }
2685 return ret; 2687 return ret;
2686} 2688}
2687 2689