summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src/fuse-bridge.h
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2012-05-10 22:18:20 -0700
committerVijay Bellur <vijay@gluster.com>2012-05-10 22:18:20 -0700
commit4ab1c326f3862714b960302f06c6323d6291b695 (patch)
tree1e4e96e70b1463c96f76dcf61a1f451783c0d340 /xlators/mount/fuse/src/fuse-bridge.h
parent7319017fae450af1d8988bc3a95eec40d913e701 (diff)
Revert "fuse: allow requests during mount (needed for SELinux labels)"
This reverts commit 7d0397c2144810c8a396e00187a6617873c94002.
Diffstat (limited to 'xlators/mount/fuse/src/fuse-bridge.h')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.h b/xlators/mount/fuse/src/fuse-bridge.h
index 3711ca54da0..cdb2ad1f74c 100644
--- a/xlators/mount/fuse/src/fuse-bridge.h
+++ b/xlators/mount/fuse/src/fuse-bridge.h
@@ -66,7 +66,7 @@
#define MAX_FUSE_PROC_DELAY 1
-//#define DISABLE_SELINUX 1
+#define DISABLE_SELINUX 1
typedef struct fuse_in_header fuse_in_header_t;
typedef void (fuse_handler_t) (xlator_t *this, fuse_in_header_t *finh,
@@ -116,9 +116,6 @@ struct fuse_private {
int revchan_in;
int revchan_out;
gf_boolean_t reverse_fuse_thread_started;
-
- /* For communicating with separate mount thread. */
- int status_pipe[2];
};
typedef struct fuse_private fuse_private_t;