From 02e14c5301f7aebb8d424c1e552c7d8f30249c4f Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 14 May 2001 04:48:34 +0000 Subject: [PATCH] prevent log wrap with all forms of quota enabled. --- 018 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/018 b/018 index fdb3bf5f..8b7fa10e 100755 --- a/018 +++ b/018 @@ -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 \ -- 2.47.3