[opensuse] OpenSUSE 10.3 and dazuko
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: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
http://dazuko.org/ you can just wait for 2.3.4 :-) Yuriy Lalym wrote:
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: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Gmail Rhaddamant
-
Yuriy Lalym