diff options
Diffstat (limited to 'net/glusterfs/files/patch-contrib_fuse-lib_mount.c')
| -rw-r--r-- | net/glusterfs/files/patch-contrib_fuse-lib_mount.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/glusterfs/files/patch-contrib_fuse-lib_mount.c b/net/glusterfs/files/patch-contrib_fuse-lib_mount.c deleted file mode 100644 index ac27edd4a418..000000000000 --- a/net/glusterfs/files/patch-contrib_fuse-lib_mount.c +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/fuse-lib/mount.c.orig 2020-07-06 01:22:37 UTC -+++ contrib/fuse-lib/mount.c -@@ -390,6 +390,7 @@ fuse_mount_sys (const char *mountpoint, char *fsname, - build_iovec (&iov, &iovlen, "from", "/dev/fuse", -1); - build_iovec (&iov, &iovlen, "volname", source, -1); - build_iovec (&iov, &iovlen, "fd", fdstr, -1); -+ build_iovec (&iov, &iovlen, "allow_other", NULL, -1); - ret = nmount (iov, iovlen, mountflags); - #else - ret = mount (source, mountpoint, fstype, mountflags, |
