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

pluknet pluknet at gmail.com
Sun Jun 22 12:19:09 UTC 2008


2008/6/22 Ed Schouten <ed at 80386.nl>:
> * 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
>  };
>
> %%%
[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


More information about the freebsd-current mailing list