updates for supporting blocksizes smaller than the pagesize.

This commit is contained in:
fsgqa
2002-05-09 07:24:12 +00:00
parent eb10a2bcd8
commit 79e28ebae8
6 changed files with 36 additions and 7 deletions
+2 -2
View File
@@ -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.