fusefs on FreeBSD-8 after recent upgrade - do not work any more

Ed Schouten ed at 80386.nl
Sun Jun 22 11:47:34 UTC 2008


* pluknet <pluknet at gmail.com> wrote:
> I don't see any attached patches :/

It looks like Mailman ate my attachment. Please apply this patch:

%%%
--- fuse_module/fuse_dev.c
+++ fuse_module/fuse_dev.c
@@ -52,8 +52,13 @@
 	.d_read = fusedev_read,
 	.d_write = fusedev_write,
 	.d_version = D_VERSION,
+#ifndef D_NEEDMINOR
+#define D_NEEDMINOR 0
+#endif
 #if ! DO_GIANT_MANUALLY
-	.d_flags = D_NEEDGIANT,
+	.d_flags = D_NEEDMINOR|D_NEEDGIANT,
+#else
+	.d_flags = D_NEEDMINOR,
 #endif
 };
 
%%%

-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20080622/e7ffd7e9/attachment.pgp


More information about the freebsd-current mailing list