From: Vitaliy Gusev Date: Thu, 9 Apr 2009 15:50:35 +0000 (-0600) Subject: kthread: Don't looking for a task in create_kthread() #2 X-Git-Tag: v2.6.30-rc2~106^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3217ab97f14c5c8f9f975ed8c40c351164b0b10e;p=pandora-kernel.git kthread: Don't looking for a task in create_kthread() #2 Remove the unnecessary find_task_by_pid_ns(). kthread() can just use "current" to get the same result. Signed-off-by: Vitaliy Gusev Acked-by: Oleg Nesterov Signed-off-by: Rusty Russell --- Reading git-diff-tree failed