xfs_io -> XFS_IO_PROG as used by dgc

Merge of master-melb:xfs-cmds:22779a by kenmcd.
This commit is contained in:
Tim Shimmin
2005-06-02 15:09:19 +00:00
parent bb98f0e757
commit 3ef27d6443
11 changed files with 39 additions and 37 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ _create_scratch()
_fill_scratch()
{
xfs_io -f -c "resvsp 0 ${1}" $SCRATCH_MNT/resvfile
$XFS_IO_PROG -f -c "resvsp 0 ${1}" $SCRATCH_MNT/resvfile
}
_stress_scratch()