Hey,
but I didn't find it exportet anywhere (EXPORT_SYMBOL(ns_to_timeval);). If it is not exported then it is not visible to your kernel module.
Yes, thanks. We came to the same conclusion concerning another kernel method. Still it is new to me, since I thought it would be sufficient to have the function declared in the header and defined in the source file, but it seems that is very different with the 'extern' specifier. I really need to learn more about linking in C there.
Do you really need to use ktime_to_timeval?
We already switched to struct timespec and don't need those methods any longer.
BlackHole
Thanks for helping and clarifying! Helmut -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/