From: Oleg Nesterov Date: Wed, 29 Mar 2006 00:11:06 +0000 (-0800) Subject: [PATCH] kill SET_LINKS/REMOVE_LINKS X-Git-Tag: v2.6.17-rc1~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97d98931ac52ef110b62d9b75c6a6f2bfbc1898;p=pandora-kernel.git [PATCH] kill SET_LINKS/REMOVE_LINKS Both SET_LINKS() and SET_LINKS/REMOVE_LINKS() have exactly one caller, and these callers already check thread_group_leader(). This patch kills theese macros, they mix two different things: setting process's parent and registering it in init_task.tasks list. Callers are updated to do these actions by hand. Signed-off-by: Oleg Nesterov Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed