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.