9p: Use kthread_stop instead of sending a SIGKILL.
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 12 Dec 2006 22:26:07 +0000 (15:26 -0700)
committerEric Van Hensbergen <ericvh@gmail.com>
Sun, 18 Feb 2007 16:16:10 +0000 (10:16 -0600)
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: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Eric Van Hensbergen <ericvh@gmail.com>

No differences found