prevent log wrap with all forms of quota enabled.

This commit is contained in:
Nathan Scott
2001-05-14 04:48:34 +00:00
parent 6c2f20613b
commit 02e14c5301
+1 -1
View File
@@ -122,7 +122,7 @@ rm -f $seq.out $seq.full
umount $SCRATCH_DEV >/dev/null 2>&1
_full "mkfs"
mkfs -t xfs -f $SCRATCH_DEV >>$seq.full 2>&1 \
mkfs -t xfs -f -lsize=2000b $SCRATCH_DEV >>$seq.full 2>&1 \
|| _fail "mkfs failed"
_full " mount"
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full 2>&1 \