diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-04-12 17:10:43 -0700 |
---|---|---|
committer | Zorro Lang <zlang@kernel.org> | 2023-04-22 14:43:17 +0800 |
commit | c63ce4a5eac8a4e1f0785e7eae45b16a3ad16b87 (patch) | |
tree | ae8c67013939f80fe747b64820d7aca48af29331 | |
parent | 3a56e665384ed5d1f1fd9a1a5cd6f1bf857bfd2b (diff) |
xfs/517: add missing freeze command
This test is supposed to race fsstress, fsmap, and freezing for a while,
but when we converted it to use _scratch_xfs_stress_scrub, the freeze
loop fell off by accident. Add it back.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-x | tests/xfs/517 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xfs/517 b/tests/xfs/517 index 4481ba41..68438e54 100755 --- a/tests/xfs/517 +++ b/tests/xfs/517 @@ -32,7 +32,7 @@ _require_xfs_stress_scrub _scratch_mkfs > "$seqres.full" 2>&1 _scratch_mount -_scratch_xfs_stress_scrub -i 'fsmap -v' +_scratch_xfs_stress_scrub -f -i 'fsmap -v' # success, all done echo "Silence is golden" |