Kristis Makris <devcore@freeuk.com> wrote : > I'm trying to replace the sys_fork() from the sys_call_table[] in 2.4.17 > with a verbatim implementation of it that also maintains process > hierarchy information to be used later on for gang-scheduling. I'd like After intercepting the system call, do the module specific work (eg. collecting hierarchy info) and then call sys_fork. kernelnewbies.org has some example code that you can look at. Swapnil. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/