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)
commitb0e52cecf2009d4c7f29412dadf17910e54e4327
tree33e4a8ea41460d86b60744a524b7da20eca6f03d
parent7cf645cdae8ce17705036951538991b0a9dbefaf
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
WHATSNEW.txt
source/Makefile.in
source/configure.in
source/modules/vfs_aio_fork.c [new file with mode: 0644]