From: Eric W. Biederman Date: Tue, 12 Dec 2006 22:26:07 +0000 (-0700) Subject: 9p: Use kthread_stop instead of sending a SIGKILL. X-Git-Tag: v2.6.21-rc1~67^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0463a9ae8751547c39302aeb31c6cef16b5df4;p=pandora-kernel.git 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 Acked-by: Eric Van Hensbergen --- Reading git-diff-tree failed