From: Eric W. Biederman Date: Wed, 9 May 2007 09:34:33 +0000 (-0700) Subject: Change reparent_to_init to reparent_to_kthreadd X-Git-Tag: v2.6.22-rc1~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d769d52e16efabd3ad47b7995522fff771371d;p=pandora-kernel.git Change reparent_to_init to reparent_to_kthreadd When a kernel thread calls daemonize, instead of reparenting the thread to init reparent the thread to kthreadd next to the threads created by kthread_create. This is really just a stop gap until daemonize goes away, but it does ensure no kernel threads are under init and they are all in one place that is easy to find. Signed-off-by: Eric W. Biederman Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed