From: Tim Shimmin Date: Mon, 28 Nov 2005 14:02:10 +0000 (+0000) Subject: sync and sleep for bulkstat X-Git-Tag: v1.1.0~675 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=7a8eec9ca89ac5e3df55c12cc04612a81ab775b1 sync and sleep for bulkstat Merge of master-melb:xfs-cmds:24591a by kenmcd. sync and sleep for bulkstat --- diff --git a/114 b/114 index b5c7da32..37a054d0 100755 --- a/114 +++ b/114 @@ -29,6 +29,7 @@ _check_paths() { _path=$1 # might want to only check this path + sync; sleep 1 echo "" echo "Check parent" if ! xfs_io -x -c 'parent -c' $SCRATCH_MNT | _filter_num; then