From 7d0397c2144810c8a396e00187a6617873c94002 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Mon, 23 Apr 2012 11:51:22 -0400 Subject: fuse: allow requests during mount (needed for SELinux labels) Change-Id: Ia1af402897e6a7290acf79617c34fdc804751729 BUG: 811217 Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.com/3199 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- contrib/fuse-include/fuse-mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/fuse-include') diff --git a/contrib/fuse-include/fuse-mount.h b/contrib/fuse-include/fuse-mount.h index 9f83faf02..7a3756d92 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); + pid_t *mtab_pid, int status_fd); -- cgit