vfs_glusterfs: Replace eventfd with pipes, for AIO use
commitbff63a0321ad4842dfa24e387af3c58daeca5342
authorIra Cooper <ira@samba.org>
Tue, 20 Jan 2015 04:08:17 +0000 (19 23:08 -0500)
committerKarolin Seeger <kseeger@samba.org>
Mon, 26 Jan 2015 19:53:09 +0000 (26 20:53 +0100)
tree47a8dd0c0d10e48c317c277f7a939f1b7dcb0bf1
parent478851de95be1bbfc54c087ff51055e20515577c
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

(cherry picked from commit 4c3a3d9e6adc95d0f0e1f6030b2406613d9f9f53)
source3/modules/vfs_glusterfs.c
source3/wscript