From: Oleg Nesterov Date: Wed, 29 Mar 2006 00:11:05 +0000 (-0800) Subject: [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting X-Git-Tag: v2.6.17-rc1~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b678ece42893b53aae5ed7cb8d7cb261cacb72c;p=pandora-kernel.git [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting There are places where kernel uses REMOVE_LINKS/SET_LINKS while changing process's ->parent. Use add_parent/remove_parent instead, they don't abuse of global process list. Signed-off-by: Oleg Nesterov Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed