summaryrefslogtreecommitdiffstats
path: root/contrib/fuse-include/fuse-mount.h
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2012-05-07 01:06:36 -0700
committerVijay Bellur <vijay@gluster.com>2012-05-07 01:06:36 -0700
commit9189ff9739e0daad3f528da4039155f32ba211ce (patch)
treee7fc62eb15a512f59d609e2d9e67356e1ab4640f /contrib/fuse-include/fuse-mount.h
parentc4dadc74fd1d1188f123eae7f2b6d6f5232e2a0f (diff)
Revert "fuse: allow requests during mount (needed for SELinux labels)"v3.3.0qa40
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);