oops...checked in some temporary changes from testing on ia64 box.

This commit is contained in:
fsgqa
2001-09-28 10:00:14 +00:00
parent d8787394a3
commit ca1fb7f3a5
+5 -7
View 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"
}
#