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 -5
View File
@@ -81,16 +81,13 @@ _getfattr()
}
# real QA test starts here
_require_scratch
echo "*** mkfs"
rm -f $seq.full
umount $SCRATCH_DEV >/dev/null 2>&1
mkfs_xfs -f $SCRATCH_DEV >/dev/null \
echo "*** mkfs"
mkfs_xfs $SCRATCH_DEV >/dev/null \
|| _fail "mkfs failed"
echo "*** mount FS"