s3:vfs fix children cleanup in aio_fork
commit381aaa3247c7e3c4cf6f99462543bbeed40b3d39
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 13 Jan 2011 14:59:18 +0000 (13 15:59 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 14 Jan 2011 15:58:10 +0000 (14 16:58 +0100)
treefa89dd2e035449665ba0ba9706d131d1f64f04d2
parent8b821f3dceb68b429ff3c32a1323596c1cb3ed14
s3:vfs fix children cleanup in aio_fork

the cleanup loop in aio_fork always stopped operation
on the first inactive child it found. In case lots of
children need to be reaped, it will take multiple runs
before all children are gone
source3/modules/vfs_aio_fork.c