From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:53:14 +0000 (-0700) Subject: ptrace: __ptrace_unlink: use the ptrace_reparented() helper X-Git-Tag: v2.6.26-rc1~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68cb94786630b34196713794a2880ade17fca887;p=pandora-kernel.git ptrace: __ptrace_unlink: use the ptrace_reparented() helper Currently __ptrace_unlink() checks list_empty(->ptrace_list) to figure out whether the child was reparented. Change the code to use ptrace_reparented() to make this check more explicit and consistent. No functional changes. Signed-off-by: Oleg Nesterov Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed