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
+2 -2
View File
@@ -77,7 +77,7 @@ _filter_stat()
_exercise()
{
mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
_qmount
umask 022
@@ -110,7 +110,7 @@ _exercise()
}
# real QA test starts here
mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
MOUNT_OPTIONS="-o usrquota,grpquota"; export MOUNT_OPTIONS
_qmount
if src/feature -G $SCRATCH_DEV ; then