9p: Use kthread_stop instead of sending a SIGKILL.
Since the kthread api does not bump the reference count on processes that tracked it is not safe allow user space to kill the threads, as I still retain a pointer to the task_struct. Signed-off-by: NEric W. Biederman <ebiederm@xmission.com> Acked-by: NEric Van Hensbergen <ericvh@gmail.com>
Showing
想要评论请 注册 或 登录