sync and sleep for bulkstat

Merge of master-melb:xfs-cmds:24591a by kenmcd.

  sync and sleep for bulkstat
This commit is contained in:
Tim Shimmin
2005-11-28 14:02:10 +00:00
parent 8b76f6ea9e
commit 7a8eec9ca8
+1
View File
@@ -29,6 +29,7 @@ _check_paths()
{ {
_path=$1 # might want to only check this path _path=$1 # might want to only check this path
sync; sleep 1
echo "" echo ""
echo "Check parent" echo "Check parent"
if ! xfs_io -x -c 'parent -c' $SCRATCH_MNT | _filter_num; then if ! xfs_io -x -c 'parent -c' $SCRATCH_MNT | _filter_num; then