Re-enable async I/O for non-TSM systems
commit46882ad9927c95caadeb7fb03c1d7491bbe1fb22
authorVolker Lendecke <vl@samba.org>
Wed, 30 Jan 2008 10:11:27 +0000 (30 11:11 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 30 Jan 2008 10:12:10 +0000 (30 11:12 +0100)
tree498ff795ff7870f51b0243b51d6bfa747f831c08
parent6bbe0fde6ebb5c1ea00ea24d3bdbffbf6f246bd6
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!
source/smbd/aio.c
source/smbd/reply.c