xfstests: test 110 sometimes fails to unmount scratch dev
authorDave Chinner <dchinner@redhat.com>
Tue, 6 Dec 2011 11:16:58 +0000 (22:16 +1100)
committerChristoph Hellwig <hch@lst.de>
Thu, 8 Dec 2011 17:11:38 +0000 (17:11 +0000)
commit46e0e4ad378d6c21747b4828c8645a783385ea53
treeed8ecf592b86ca2521a81c563f794bda52e451a9
parentb2a0a1c69885e1f8115d7600627269bf74189d9c
xfstests: test 110 sometimes fails to unmount scratch dev

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

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
110