Turn test back on.
[xfstests-dev.git] / 017
diff --git a/017 b/017
index a154ea0745dff3337698500f695fd8ae01aefec6..b08bf877eac89a7f46f225d3754bd7b7c4c4a605 100755 (executable)
--- a/017
+++ b/017
@@ -66,28 +66,6 @@ _clean_log()
 . ./common.rc
 . ./common.filter
 
-
-# From: Steve Lord <lord@sgi.com> 
-# Date: Thu, 25 Oct 2001 14:21:09 -0500 
-# This is a combination of merging up to 2.4.13 and cleaning up some
-# mismatched rcs ids which had crept into the tree. It also makes the
-# block device cache and the xfs metadata cache coherent - well almost
-# coherent. The xfs super block and the log are written from special
-# purpose buffers which are not part of the regular cache. 
-# 
-# Since unmount flushes and removes all cached data, the only time the
-# inconsistency shows up is if you look at the block device while the
-# fs is mounted. A consequence of this is that regression test number 17
-# in the test suite will now fail - since it does precisely this.
-# 
-# I hope to fix the super block one at least at some point, this will
-# make xfs_db on a running fs more useful, but the log may never be
-# fully coherent with the block device interface...
-# 
-# Steve
-
-_notrun "Test (temporarily) retired - refer to comment in test script"
-
 # real QA test starts here
 
 _require_scratch
@@ -98,7 +76,7 @@ rm -f $seq.full
 umount $SCRATCH_DEV >/dev/null 2>&1
 echo "*** MKFS ***"                         >>$seq.full
 echo ""                                     >>$seq.full
-mkfs -t xfs -f $SCRATCH_DEV                 >>$seq.full 2>&1 \
+mkfs_xfs -f $SCRATCH_DEV                    >>$seq.full 2>&1 \
     || _fail "mkfs failed"
 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT      >>$seq.full 2>&1 \
     || _fail "mount failed"