aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-kmod/files
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-09-21 07:52:30 +0800
committerflo <flo@FreeBSD.org>2012-09-21 07:52:30 +0800
commit001a6b2c890d70ba7188c1d8b905921fbe828c1d (patch)
treea8a48b549638cc76a24364d47ec1cabf31ba59ff /sysutils/fusefs-kmod/files
parent01333d4eb1c009c48d1d138e6602933608ffae2d (diff)
downloadfreebsd-ports-gnome-001a6b2c890d70ba7188c1d8b905921fbe828c1d.tar.gz
freebsd-ports-gnome-001a6b2c890d70ba7188c1d8b905921fbe828c1d.tar.zst
freebsd-ports-gnome-001a6b2c890d70ba7188c1d8b905921fbe828c1d.zip
- update sysutils/fusefs-libs to 2.9.1
- add a patch to sysutils/fusefs-kmod to make it compile with new fusefs-libs Tested by: pho, Kevin Oberman <kob6558@gmail.com>, Gustau Perez Querol <gperez@entel.upc.edu>
Diffstat (limited to 'sysutils/fusefs-kmod/files')
-rw-r--r--sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c b/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c
index 3f6654095dc7..9db4ced01e82 100644
--- a/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c
+++ b/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c
@@ -1,5 +1,5 @@
---- fuse_module/fuse_vnops.c.orig 2008-02-05 00:25:57.000000000 -0500
-+++ fuse_module/fuse_vnops.c 2008-10-29 19:21:51.000000000 -0400
+--- ./fuse_module/fuse_vnops.c.orig 2012-09-19 06:04:10.512413490 +0200
++++ ./fuse_module/fuse_vnops.c 2012-09-19 06:20:44.949613892 +0200
@@ -799,8 +799,11 @@
struct vnode *vp = ap->a_vp;
struct vattr *vap = ap->a_vap;
@@ -53,6 +53,15 @@
if (err)
return (err);
facp->facc_flags |= FACCESS_VA_VALID;
+@@ -1544,7 +1561,7 @@
+ struct fuse_vnode_data *fvdat = VTOFUD(vp);
+ uint64_t parentid = fvdat->parent_nid;
+ struct componentname *cnp = fvdat->germcnp;
+- struct fuse_open_in *foi;
++ struct fuse_create_in *foi;
+ struct fuse_entry_out *feo;
+ struct fuse_mknod_in fmni;
+ int err;
@@ -1929,7 +1946,11 @@
* It will not invalidate pages which are dirty, locked, under
* writeback or mapped into pagetables.")