Re-enable async I/O for non-TSM systems
authorVolker Lendecke <vl@samba.org>
Wed, 30 Jan 2008 10:11:27 +0000 (11:11 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 30 Jan 2008 10:12:10 +0000 (11:12 +0100)
commit34a92c6285513acff08c7c9ad67474243559fd2f
treebbf52380eb42714a591cc9469df9235895218b00
parentaf92bf934ed7614ab0aa41015e296924823a0a5f
Re-enable async I/O for non-TSM systems

The logic was wrong: A "SMB_VFS_AIO_FORCE()==False" disabled async I/O, whereas
a "SMB_VFS_AIO_FORCE()==True" should enforce it regardless of other settings.

Alexander, please check!
(This used to be commit 46882ad9927c95caadeb7fb03c1d7491bbe1fb22)
source3/smbd/aio.c
source3/smbd/reply.c