2005-05-19 09:18:39

by linux

[permalink] [raw]
Subject: 2.4 Kernel threads

Hi all,
i am starting from inside a module a kernel thread*,but in some time later i
want to remove that module.
What is the process while unloading a module to release a kernel thread in
2.4.x kernel series.?????


* kernel_thread(module_thread, &startup, CLONE_KERNEL);

Thanks in advance.