On Mon, 2002-12-02 at 19:38, Chris Wright wrote: > kernel_thread would be the right thing if you want to create a thread in > a module. Isn't it true that both kernel_thread and pthread_create call the clone system call? That's the heritage I believe they share... Of course, I've never really understood why kernel_thread() would call a system call from kernel space... Kashif > > -chris > -- > Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net > -- > Kernelnewbies: Help each other learn about the Linux kernel. > Archive: http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/