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 > _at__at_ -52,8 +52,13 _at__at_ > .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, pluknetReceived on Sun Jun 22 2008 - 10:19:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:32 UTC