mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <yosun@suse.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user