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
This commit is contained in:
Allan Randall
2006-06-23 02:58:26 +00:00
parent 176a17cc7c
commit e9bec7a2e0
+1 -1
View File
@@ -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"