Description: Linux kernel programming, design one function, one input for a Linux system process ID (PID), the function will kill all descendants of that process. Linux kernel process family is multi-tree data structure to the process is the root ancestor. For this data structure, post-order traversal of the tree each node in the node traversal and delete, you can delete the entire process tree.
To Search:
File list (Check if you may need any files):
kill
....\fork3.c
....\globalmem.c
....\Makefile
....\post_killChild
....\wlh_kernel_killChild.c
....\进程终结方法.doc