hello,
i am trying to bring the exported kernel symbol "sys_read" into my module, but
then i get a Unknown symbol in /var/log/messages.
i don't know if i am doing the right way, i tried like this
"extern asmlinkage ssize_t sys_read(unsigned int fd, char __user * buf, size_t count);"
and i also tried :
"extern void *sys_read;"
but both didn't work.
am i doing the right way, or is there any kernel 2.6 peculiarity in getting this symbol?
thanks
Bruno.
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/