summaryrefslogtreecommitdiffstats
path: root/contrib/fuse-include/fuse-mount.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 /contrib/fuse-include/fuse-mount.h
parent7319017fae450af1d8988bc3a95eec40d913e701 (diff)
Revert "fuse: allow requests during mount (needed for SELinux labels)"
This reverts commit 7d0397c2144810c8a396e00187a6617873c94002.
Diffstat (limited to 'contrib/fuse-include/fuse-mount.h')
-rw-r--r--contrib/fuse-include/fuse-mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuse-include/fuse-mount.h b/contrib/fuse-include/fuse-mount.h
index 7a3756d92..9f83faf02 100644
--- a/contrib/fuse-include/fuse-mount.h
+++ b/contrib/fuse-include/fuse-mount.h
@@ -9,4 +9,4 @@
void gf_fuse_unmount (const char *mountpoint, int fd);
int gf_fuse_mount (const char *mountpoint, char *fsname, char *mnt_param,
- pid_t *mtab_pid, int status_fd);
+ pid_t *mtab_pid);