Implement a Samba VFS plugin for glusterfs based on gluster's gfapi.
This is a "bottom" vfs plugin (not something to be stacked on top of
another module), and translates (most) calls into closest actions
on gfapi.
Signed-off-by: Anand Avati <address@hidden>
---
source3/Makefile.in | 5 +
source3/configure.in | 9 +
source3/modules/vfs_glusterfs.c | 1186 +++++++++++++++++++++++++++++++++++++++
source3/modules/wscript_build | 9 +
source3/wscript | 6 +
5 files changed, 1215 insertions(+), 0 deletions(-)
create mode 100644 source3/modules/vfs_glusterfs.c