Skip to content
Commit 2c0463a9 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Eric Van Hensbergen
Browse files

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: default avatarEric W. Biederman <ebiederm@xmission.com>
Acked-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent 8a03d9a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment