oops...checked in some temporary changes from testing on ia64 box.
authorfsgqa <fsgqa>
Fri, 28 Sep 2001 10:00:14 +0000 (10:00 +0000)
committerfsgqa <fsgqa>
Fri, 28 Sep 2001 10:00:14 +0000 (10:00 +0000)
common.dump

index 8572602480fffb68bee7f264e2f1ef9f10578653..c5b108fcf5d6d14b90660a7ef465984df0001c32 100644 (file)
@@ -236,7 +236,7 @@ _wipe_fs()
     mkfs -t xfs -f $SCRATCH_DEV >>$seq.full  ||\
        _error "mkfs failed"
       
-    mount -t xfs -o sync $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
+    mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
        _error "mount failed"
 }
 
@@ -272,12 +272,10 @@ _cleanup()
 
 _stable_fs()
 {
-sync; sync; sleep 30 
-# This can cause xfs recovery on ia64 which will die on ia64
-#   umount $SCRATCH_MNT >>$seq.full ||\
-#      _error "unmount failed"
-#    mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
-#      _error "mount failed"
+    umount $SCRATCH_MNT >>$seq.full ||\
+       _error "unmount failed"
+    mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
+       _error "mount failed"
 }
 
 #