summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src/fuse-bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mount/fuse/src/fuse-bridge.h')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.h b/xlators/mount/fuse/src/fuse-bridge.h
index 4929252e169..547cc895268 100644
--- a/xlators/mount/fuse/src/fuse-bridge.h
+++ b/xlators/mount/fuse/src/fuse-bridge.h
@@ -27,7 +27,6 @@
#include <dirent.h>
#include <sys/mount.h>
#include <sys/time.h>
-#include <sys/wait.h>
#include <fnmatch.h>
#ifndef _CONFIG_H
@@ -86,7 +85,6 @@ struct fuse_private {
char fuse_thread_started;
uint32_t direct_io_mode;
- char can_exec_directio;
size_t *msg0_len_p;
double entry_timeout;
@@ -102,10 +100,8 @@ struct fuse_private {
fuse_handler_t **fuse_ops;
fuse_handler_t **fuse_ops0;
- fuse_handler_t ***fuse_ops_flipped;
pthread_mutex_t fuse_dump_mutex;
int fuse_dump_fd;
- char pre_test_stage;
glusterfs_graph_t *next_graph;
xlator_t *active_subvol;