Is there a way for me to determine whether a particular function is exported, without causing a load failure. If I try to reference sys_lseek() when it's not exported, then insmod will fail.
I know about the query_module() function, but that's not callable from within a driver. I'm looking for a function like that that's callable from within a driver.
-- 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/