temp
This commit is contained in:
@@ -161,7 +161,7 @@ int start_watch_variable(watch_arg warg) {
|
||||
* @param pid
|
||||
*/
|
||||
void clear_watch(pid_t pid) {
|
||||
printk(KERN_INFO "clear pid %d 's watch variable\n", pid);
|
||||
printk(KERN_INFO "Clear pid: %d's watch variable\n", pid);
|
||||
cancel_all_hrTimer(); // just in case
|
||||
del_all_kwarg_by_pid(pid); // delete all kwarg with pid
|
||||
free_page_list(pid); // free page with pid
|
||||
|
||||
Reference in New Issue
Block a user