From c43a4c3fee713348fc02a8dabf1d5bda695b2b56 Mon Sep 17 00:00:00 2001 From: Yong Sun Date: Wed, 7 Aug 2019 09:21:27 +0000 Subject: [PATCH] xfs/097: always mkfs with finobt enabled xfs/097 already requires finobt support by _require_xfs_mkfs_finobt _require_xfs_finobt Always enable finobt feature at mkfs time, so test runs even finobt is not set in MKFS_OPTIONS. [Eryu: rewrite commit summary and log] Signed-off-by: Yong Sun Reviewed-by: Eric Sandeen Signed-off-by: Eryu Guan --- tests/xfs/097 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/097 b/tests/xfs/097 index 68eae1d4..1cb7d69c 100755 --- a/tests/xfs/097 +++ b/tests/xfs/097 @@ -46,7 +46,7 @@ TESTDIR="${SCRATCH_MNT}/scratchdir" TESTFILE="${TESTDIR}/testfile" echo "+ create scratch fs" -_scratch_mkfs_xfs > /dev/null +_scratch_mkfs_xfs -m crc=1,finobt=1 > /dev/null echo "+ mount fs image" _scratch_mount