From: Darrick J. Wong <djwong@xxxxxxxxxx> Since we now require a working AGI 0 to mount the system, fuzz AGI 1 instead. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/xfs/357 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/357 b/tests/xfs/357 index 8a2c920ef4..25af8624db 100755 --- a/tests/xfs/357 +++ b/tests/xfs/357 @@ -25,7 +25,7 @@ echo "Format and populate" _scratch_populate_cached nofill > $seqres.full 2>&1 echo "Fuzz AGI" -_scratch_xfs_fuzz_metadata '' 'online' 'agi 0' >> $seqres.full +_scratch_xfs_fuzz_metadata '' 'online' 'agi 1' >> $seqres.full echo "Done fuzzing AGI" # success, all done