diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /net/glusterfs/files/patch-contrib_fuse-lib_mount.c | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
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, |
