summaryrefslogtreecommitdiff
path: root/tests/btrfs/123
diff options
context:
space:
mode:
authorBoris Burkov <boris@bur.io>2023-09-28 16:16:47 -0700
committerZorro Lang <zlang@kernel.org>2023-10-05 22:32:01 +0800
commitc4e3b3d482d719632085008527f2d70f9da3f73c (patch)
tree0ce1204169f83ac7d0b10a5dca9f488470e13226 /tests/btrfs/123
parent177848f09a13950899ef067253af8243866148b7 (diff)
btrfs: use new rescan wrapper
These tests can pass in simple quota mode if we skip the rescans via the wrapper. Signed-off-by: Boris Burkov <boris@bur.io> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'tests/btrfs/123')
-rwxr-xr-xtests/btrfs/1232
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/123 b/tests/btrfs/123
index c179eeec..4c5b7e11 100755
--- a/tests/btrfs/123
+++ b/tests/btrfs/123
@@ -39,7 +39,7 @@ sync
# enable quota and rescan to get correct number
_run_btrfs_util_prog quota enable $SCRATCH_MNT
-_run_btrfs_util_prog quota rescan -w $SCRATCH_MNT
+_qgroup_rescan $SCRATCH_MNT
# now balance data block groups to corrupt qgroup
_run_btrfs_balance_start -d $SCRATCH_MNT >> $seqres.full