From: Oleg Nesterov Date: Thu, 16 Oct 2008 05:04:25 +0000 (-0700) Subject: pid_ns: de_thread: kill the now unneeded ->child_reaper change X-Git-Tag: v2.6.28-rc1~344 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07edbde508869be63c38c5f2504bd8e8279cc535;p=pandora-kernel.git pid_ns: de_thread: kill the now unneeded ->child_reaper change de_thread() checks if the old leader was the ->child_reaper, this is not possible any longer. With the previous patch ->group_leader itself will change ->child_reaper on exit. Henceforth find_new_reaper() is the only function (apart from initialization) which plays with ->child_reaper. Signed-off-by: Oleg Nesterov Acked-by: Serge Hallyn Acked-by: Pavel Emelyanov Acked-by: Sukadev Bhattiprolu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed