[PATCH] Use for_each_task_pid() in do_SAK()
Patch from Bill Irwin. __do_SAK() simply wants to kill off processes using a given tty. This converts it to use for_each_task_pid().
Showing
Please register or sign in to comment
Patch from Bill Irwin. __do_SAK() simply wants to kill off processes using a given tty. This converts it to use for_each_task_pid().