mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
updates for supporting blocksizes smaller than the pagesize.
This commit is contained in:
@@ -158,7 +158,7 @@ timestamp=false
|
||||
|
||||
if [ ! -z "$MKFS_OPTIONS" ]
|
||||
then
|
||||
echo "check: \$MKFS_OPTIONS specified - \"$MKFS_OPTIONS\""
|
||||
echo "check: \$MKFS_OPTIONS specified -- \"$MKFS_OPTIONS\""
|
||||
umount $SCRATCH_DEV 2>/dev/null
|
||||
# call the overridden mkfs.xfs - make sure the FS is built
|
||||
# the same as we'll create it later.
|
||||
@@ -173,7 +173,7 @@ fi
|
||||
|
||||
if [ ! -z "$MOUNT_OPTIONS" ]
|
||||
then
|
||||
echo "check: \$MOUNT_OPTIONS specified - \"$MOUNT_OPTIONS\""
|
||||
echo "check: \$MOUNT_OPTIONS specified -- \"$MOUNT_OPTIONS\""
|
||||
umount $TEST_DEV
|
||||
# call the overridden mount - make sure the FS starts as
|
||||
# the same as we'll set it later.
|
||||
|
||||
Reference in New Issue
Block a user