Frédéric BOITEUX wrote:
But I wonder how is this error arise : the symbol seems to exist and being
exported ... or the kernel don't permet the link with this function ?
If you get an "unknown symbol" error, then it isn't being exported.
In 2.4, you had this line in ksyms.c:
EXPORT_SYMBOL(exit_files);
ksyms.c doesn't exist in 2.6.
--
Timur Tabi
Staff Software Engineer
timur.tabi@xxxxxxxxxxx
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/