From dd3adfb6f0f69e90c798236d965f50f11c9589af Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 29 Jun 2007 06:16:22 +0000 Subject: [PATCH] Avoid mkfs options conflict, use minimal mkfs options to create loopfs. Merge of master-melb:xfs-cmds:29028a by kenmcd. --- 049 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/049 b/049 index e42629dd..6f1545fd 100755 --- a/049 +++ b/049 @@ -68,7 +68,7 @@ mount -t ext2 $SCRATCH_DEV $SCRATCH_MNT >> $seq.full 2>&1 \ || _fail "!!! failed to mount" _log "Create xfs fs in file on scratch" -/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \ +/sbin/mkfs.xfs -f -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \ >> $seq.full 2>&1 \ || _fail "!!! failed to mkfs xfs" -- 2.30.2