Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2008 16:19:07 +0400
From:      pluknet <pluknet@gmail.com>
To:        "Ed Schouten" <ed@80386.nl>
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:  <a31046fc0806220519q4d4a401u48daf237d083ee4c@mail.gmail.com>
In-Reply-To: <20080622114733.GV93496@hoeg.nl>
References:  <1213986980.3480.16.camel@localhost> <20080620202413.GS93496@hoeg.nl> <a31046fc0806220212t275f91f2v58b9d1b3bacb65fa@mail.gmail.com> <20080622114733.GV93496@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
2008/6/22 Ed Schouten <ed@80386.nl>:
> * 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 = 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
>  };
>
> %%%
[hell, i have already prepared my own patch :)]

Thanks, Ed. It does not panics for me now.
Though, It always returns "remote host has disconnected" (probably not
related to the topic).

wbr,
pluknet



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