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)
committerChristian Ambach <christian.ambach@de.ibm.com>
Mon, 17 Jan 2011 13:12:05 +0000 (14:12 +0100)
commitff215e7b1e8b5958914935736b7458817f44ce1f
tree14df1ac3dcd921b78d14b288205e16a4afb634e0
parent9d7dccf2a362b89d0ad207e60693fc3b0cc5637b
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