Skip to content
Commit 6f7de19e authored by Qu Wenruo's avatar Qu Wenruo Committed by David Sterba
Browse files

btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf

Commit ff3d27a0

 ("btrfs: qgroup: Finish rescan when hit the last leaf
of extent tree") added a new exit for rescan finish.

However after finishing quota rescan, we set
fs_info->qgroup_rescan_progress to (u64)-1 before we exit through the
original exit path.
While we missed that assignment of (u64)-1 in the new exit path.

The end result is, the quota status item doesn't have the same value.
(-1 vs the last bytenr + 1)
Although it doesn't affect quota accounting, it's still better to keep
the original behavior.

Reported-by: default avatarMisono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Fixes: ff3d27a0

 ("btrfs: qgroup: Finish rescan when hit the last leaf of extent tree")
Signed-off-by: default avatarQu Wenruo <wqu@suse.com>
Reviewed-by: default avatarMisono Tomohiro <misono.tomohiro@jp.fujitsu.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent c5b4a50b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment