mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/306: disable 64bit feature too
mke2fs ext4 without extent feature will fail if 64bit feature is enabled in mke2fs.conf mke2fs 1.42.9 (28-Dec-2013) Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to rectify. So disable 64bit feature together with extent explicitly. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ _require_scratch
|
|||||||
rm -f $seqres.full
|
rm -f $seqres.full
|
||||||
|
|
||||||
# Make a small ext4 fs with extents disabled & mount it
|
# Make a small ext4 fs with extents disabled & mount it
|
||||||
yes | mkfs.ext4 -O ^extents $SCRATCH_DEV 512m >> $seqres.full 2>&1
|
yes | mkfs.ext4 -O ^extents,^64bit $SCRATCH_DEV 512m >> $seqres.full 2>&1
|
||||||
_scratch_mount || _fail "couldn't mount fs"
|
_scratch_mount || _fail "couldn't mount fs"
|
||||||
|
|
||||||
# Create a small non-extent-based file
|
# Create a small non-extent-based file
|
||||||
|
|||||||
Reference in New Issue
Block a user