xfstests: test 110 sometimes fails to unmount scratch dev
authorDave Chinner <dchinner@redhat.com>
Thu, 26 Jul 2012 08:35:03 +0000 (08:35 +0000)
committerroot <root@cxfsxe4.(none)>
Wed, 22 Aug 2012 20:49:46 +0000 (15:49 -0500)
commit427249fe4a933f46d51aee6b057af77dbaba748c
tree92b6123254606dc443e01a12e5a027ca1481472a
parent3f8766ce5b302d3e1cb2b19dc79cc50ee5d75e84
xfstests: test 110 sometimes fails to unmount scratch dev

It runs a bunch of rm processes in the background, then immediately
calls _check_scratch_fs without waiting for them to complete, hence
the unmount can fail with a busy filesystem error.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
110