Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2008 13:47:33 +0200
From:      Ed Schouten <ed@80386.nl>
To:        pluknet <pluknet@gmail.com>
Cc:        vova@parallels.com, amistry@am-productions.biz, current@freebsd.org
Subject:   Re: fusefs on FreeBSD-8 after recent upgrade - do not work any more
Message-ID:  <20080622114733.GV93496@hoeg.nl>
In-Reply-To: <a31046fc0806220212t275f91f2v58b9d1b3bacb65fa@mail.gmail.com>
References:  <1213986980.3480.16.camel@localhost> <20080620202413.GS93496@hoeg.nl> <a31046fc0806220212t275f91f2v58b9d1b3bacb65fa@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--c1qHkdEbEbCG94PZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* pluknet <pluknet@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 =3D fusedev_read,
 	.d_write =3D fusedev_write,
 	.d_version =3D D_VERSION,
+#ifndef D_NEEDMINOR
+#define D_NEEDMINOR 0
+#endif
 #if ! DO_GIANT_MANUALLY
-	.d_flags =3D D_NEEDGIANT,
+	.d_flags =3D D_NEEDMINOR|D_NEEDGIANT,
+#else
+	.d_flags =3D D_NEEDMINOR,
 #endif
 };
=20
%%%

--=20
 Ed Schouten <ed@80386.nl>
 WWW: http://80386.nl/

--c1qHkdEbEbCG94PZ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEARECAAYFAkheO9UACgkQ52SDGA2eCwWD9ACeM9OuRLMjO6JeLWnZGzQ9cHlq
LAwAn2Lja0M06e9yQ9S22Z6fkaDo6oRX
=aiWJ
-----END PGP SIGNATURE-----

--c1qHkdEbEbCG94PZ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080622114733.GV93496>