Add vfs_aio_fork
authorVolker Lendecke <vl@samba.org>
Thu, 21 Feb 2008 15:14:08 +0000 (16:14 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 29 Feb 2008 08:47:53 +0000 (09:47 +0100)
commit18206a4cb52fba13253339c1b166d3df27345380
tree2356f3ab606b12b4b7d40b890c8b0a69f612a9d1
parentbab27a2ff2600ebfba244cc18a07658ded1ef312
Add vfs_aio_fork

This is used for two purposes:

First, I'm using it to test the async I/O code. In the forked process it is
pretty easy to delay a reply for a random amount of time. See the
BUILD_FARM_HACKS snippet.

Second, there are systems around that claim to have Posix AIO but which is
broken. This might be some help for those systems.

Also add tests how to pass file descriptors
(This used to be commit b0e52cecf2009d4c7f29412dadf17910e54e4327)
WHATSNEW.txt
source3/Makefile.in
source3/configure.in
source3/modules/vfs_aio_fork.c [new file with mode: 0644]