summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2015-01-19 23:08:17 -0500
committerIra Cooper <ira@samba.org>2015-01-21 20:40:10 +0100
commit4c3a3d9e6adc95d0f0e1f6030b2406613d9f9f53 (patch)
tree04c0d2ae30797d5cce0ff978d97fd990acd66575 /source3/wscript
parent87c57956ba9ae15d4e7699e31ddfb437e11b35d6 (diff)
downloadsamba-4c3a3d9e6adc95d0f0e1f6030b2406613d9f9f53.tar.gz
samba-4c3a3d9e6adc95d0f0e1f6030b2406613d9f9f53.tar.xz
samba-4c3a3d9e6adc95d0f0e1f6030b2406613d9f9f53.zip
vfs_glusterfs: Replace eventfd with pipes, for AIO use
Pipes clean up the AIO implementation substantially, due to the fact that they implement a natural ithread safe queue instead of us creating our own queue. Signed-off-by: Ira Cooper <ira@samba.org> Signed-off-by: Poornima G <pgurusid@redhat.com> Reviewed-by: Günther Deschner <gd@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Ira Cooper <ira@samba.org> Autobuild-Date(master): Wed Jan 21 20:40:11 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index b7e7dcc494..bb0f19d00c 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -551,7 +551,6 @@ return acl_get_perm_np(permset_d, perm);
conf.DEFINE('HAVE_NO_AIO', '1')
if host_os.rfind('linux') > -1:
- conf.CHECK_FUNCS('eventfd')
conf.CHECK_FUNCS_IN('io_submit', 'aio')
conf.CHECK_CODE('''
struct io_event ioev;