Avoid mkfs options conflict, use minimal mkfs options to create loopfs.
authorDavid Disseldorp <ddiss@sgi.com>
Fri, 29 Jun 2007 06:16:22 +0000 (06:16 +0000)
committerDavid Disseldorp <ddiss@sgi.com>
Fri, 29 Jun 2007 06:16:22 +0000 (06:16 +0000)
Merge of master-melb:xfs-cmds:29028a by kenmcd.

049

diff --git a/049 b/049
index e42629dd97dd2a9ddfef7c2d21dcf55b13174f5e..6f1545fdad7709bad3f7c64a0ec5be51aa770ea8 100755 (executable)
--- 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"