From: Dave Chinner <dchinner@xxxxxxxxxx> 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@xxxxxxxxxx> --- 110 | 1 + 1 file changed, 1 insertion(+) diff --git a/110 b/110 index aad5835..c58e6c9 100755 --- a/110 +++ b/110 @@ -69,6 +69,7 @@ do let I=$I+1 [ $[$I % 1000] -eq 0 ] && echo "Created $I/$E" done +wait sync -- 1.7.10 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs