commit | 2c0463a9ae8751547c39302aeb31c6cef16b5df4 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Dec 12 15:26:07 2006 -0700 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Sun Feb 18 10:16:10 2007 -0600 |
tree | c79b99835f4b6ad9a47a58dab465f26908ba00ae | |
parent | 8a03d9a498eaf02c8a118752050a5154852c13bf [diff] |
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: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Eric Van Hensbergen <ericvh@gmail.com>