From e9bec7a2e0728854c4ffb8368c859343e10d3b90 Mon Sep 17 00:00:00 2001 From: Allan Randall Date: Fri, 23 Jun 2006 02:58:26 +0000 Subject: [PATCH] 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 --- 120 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3