Skip to content
Commit 3217ab97 authored by Vitaliy Gusev's avatar Vitaliy Gusev Committed by Rusty Russell
Browse files

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: default avatarVitaliy Gusev <vgusev@openvz.org>
Acked-by: default avatarOleg Nesterov <oleg@redhat.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 7b85a88c
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