From: fsgqa Date: Fri, 28 Sep 2001 10:00:14 +0000 (+0000) Subject: oops...checked in some temporary changes from testing on ia64 box. X-Git-Tag: v1.1.0~1206 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ca1fb7f3a5f7655aaf96b1725180ae31c0681765;p=xfstests-dev.git oops...checked in some temporary changes from testing on ia64 box. --- diff --git a/common.dump b/common.dump index 85726024..c5b108fc 100644 --- a/common.dump +++ b/common.dump @@ -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" } #