From: Oleg Nesterov Date: Wed, 17 Jun 2009 23:27:34 +0000 (-0700) Subject: ptrace: wait_task_zombie: s/->parent/->real_parent/ X-Git-Tag: v2.6.31-rc1~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e98f429aa10132b3010ba3b0be47552a2eb14b;p=pandora-kernel.git ptrace: wait_task_zombie: s/->parent/->real_parent/ Change wait_task_zombie() to use ->real_parent instead of ->parent. We could even use current afaics, but ->real_parent is more clean. We know that the child is not ptrace_reparented() and thus they are equal. But we should avoid using task_struct->parent, we are going to remove it. Signed-off-by: Oleg Nesterov Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed