tidy mkfs parameterisation, -f option pulled into common.rc.

This commit is contained in:
fsgqa
2002-05-06 07:44:22 +00:00
parent fe932fdad3
commit f29425d6f7
29 changed files with 94 additions and 108 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ if [ -z "$MOUNT_OPTIONS" ]; then
fi
# real QA test starts here
mkfs_xfs -f $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
mkfs_xfs $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
cat $tmp.mkfs >>$seq.full
# keep the blocksize and data size for dd later