From 507a4ebb6ca3704e1a6ee3d1b6511b58ed9f6ba7 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 24 May 2012 12:25:43 +0530 Subject: fuse: allow requests during mount (needed for SELinux labels) Resurrecting Jeff's commit: commit 7d0397c2144810c8a396e00187a6617873c94002 Author: Jeff Darcy fuse: allow requests during mount (needed for SELinux labels) that was reverted as of: commit 4ab1c326f3862714b960302f06c6323d6291b695 Author: Vijay Bellur Revert "fuse: allow requests during mount (needed for SELinux labels)" BUG: 811217 Change-Id: Ia1af402897e6a7290acf79617c34fdc804751729 Signed-off-by: Csaba Henk Reviewed-on: http://review.gluster.com/3452 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- 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 9f83faf02a0..7a3756d92b8 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