s3:vfs fix children cleanup in aio_fork
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 13 Jan 2011 14:59:18 +0000 (15:59 +0100)
committerVolker Lendecke <vlendec@samba.org>
Fri, 14 Jan 2011 08:11:19 +0000 (09:11 +0100)
commitfa07208cee41b51d68144e2fe14d274fdb8f4873
tree765bd1ceb9f228e6e6e1224fa827d97464383e29
parent8e0233576ea1456f53cc29f3945b50baa21297ad
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