vfs: Remove aio_linux
authorVolker Lendecke <vl@samba.org>
Fri, 10 Nov 2017 11:09:36 +0000 (12:09 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 11 Nov 2017 03:49:27 +0000 (04:49 +0100)
commit6381044c0270a647c20935d22fd23f235d19b328
tree738bec40882a332d716800dbf15e1de1524f83ac
parent20cfcb7dbc5dd099384b76a76e3d35cf627100b6
vfs: Remove aio_linux

Triggered by https://bugzilla.samba.org/show_bug.cgi?id=13128 I think
this module should go. Once Linux aio will do what Samba needs, this
might be worth another look.

What we should instead do soon is support Linux preadv2 and the
RWF_NOWAIT flag to avoid the thread context switch whenever possible.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
WHATSNEW.txt
docs-xml/manpages/vfs_aio_linux.8.xml [deleted file]
docs-xml/wscript_build
source3/modules/vfs_aio_linux.c [deleted file]
source3/modules/wscript_build
source3/wscript