From: Allan Randall Date: Fri, 23 Jun 2006 02:58:26 +0000 (+0000) Subject: Modified to use "_scratch_mount -onoatime" rather than hardcoded mount X-Git-Tag: v1.1.0~627 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9bec7a2e0728854c4ffb8368c859343e10d3b90;p=xfstests-dev.git Modified to use "_scratch_mount -onoatime" rather than hardcoded mount Merge of master-melb:xfs-cmds:26323a by kenmcd. Modified to use using "_scratch_mount -onoatime" rather than hardcoded mount --- diff --git a/120 b/120 index cd07a211..cdc95d3a 100755 --- a/120 +++ b/120 @@ -45,7 +45,7 @@ function _compare_access_times() } -if ! mount -o noatime $SCRATCH_DEV $SCRATCH_MNT >$tmp.out 2>&1 +if ! _scratch_mount -onoatime >$tmp.out 2>&1 then cat $tmp.out echo "!!! mount failed"