sync and sleep for bulkstat
authorTim Shimmin <tes@sgi.com>
Mon, 28 Nov 2005 14:02:10 +0000 (14:02 +0000)
committerTim Shimmin <tes@sgi.com>
Mon, 28 Nov 2005 14:02:10 +0000 (14:02 +0000)
Merge of master-melb:xfs-cmds:24591a by kenmcd.

  sync and sleep for bulkstat

114

diff --git a/114 b/114
index b5c7da32a4310ac76913d4f859296441c1625186..37a054d02d5caf0d9c1c4001b914079127d55f71 100755 (executable)
--- 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