From b3a4a0e88587c113137a838afbfab7069f1660df Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 3 Sep 2010 02:49:30 -0700 Subject: Revert "fuse: introduce pre-test micro-framework, check for execve-over-direct-IO" This reverts commit 588d807bdcbf5ed4df4d903428ab701479e9f8ac. --- xlators/mount/fuse/src/fuse-bridge.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xlators/mount/fuse/src/fuse-bridge.h') diff --git a/xlators/mount/fuse/src/fuse-bridge.h b/xlators/mount/fuse/src/fuse-bridge.h index 4929252e1..547cc8952 100644 --- a/xlators/mount/fuse/src/fuse-bridge.h +++ b/xlators/mount/fuse/src/fuse-bridge.h @@ -27,7 +27,6 @@ #include #include #include -#include #include #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; -- cgit