In "/usr/src/linux-2.6.22.1-14/include/linux/dcache.h"


extern char *__d_path(struct dentry *, struct vfsmount *, struct dentry *, struct vfsmount *, char *, int, int);


    In "dazuko-2.3.3/dazuko_linux26.c"


#ifndef WITH_LOCAL_DPATH
extern char * __d_path(struct dentry *, struct vfsmount *, struct dentry *, struct vfsmount *, char *, int);
#endif

The last parameter is lost.


    In "dazuko-2.3.3/README.linux26"


If your kernel is SMP then you should _not_ use Dazuko's copy of __d_path(). You can disable Dazuko's local copy of __d_path() by configuring Dazuko with:

$ ./configure --disable-local-dpath


    Result

Compiling the dazuko kernel module is completed with an error.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to