Vijay Ram Chitrapu (RCVIJAYD) wrote: > Hi all, [...] > Basically the above code was actually written for the user space usage > and am now trying to change it to the kernel space. > Hi, If you porting it to kernel mode just for (a little) performance gain, you should use KML instead of duplicating the effort See http://www.yl.is.s.u-tokyo.ac.jp/~tosh/kml/ If you porting it to kernel space for other reasons, you should buy a book on linux kernel programming and follow its examples. Regards. > Do we need to take some extra care to make the necessary changes? > > Can anybody please help me out? > Thanks in advance. > > Regards, > Vijay Ram.c -- -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/