From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:53:11 +0000 (-0700) Subject: ptrace: introduce task_detached() helper X-Git-Tag: v2.6.26-rc1~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d839fd4d2e95a5fbc4d50aa9d17eed6a5f2094e6;p=pandora-kernel.git ptrace: introduce task_detached() helper exit.c has numerous "->exit_signal == -1" comparisons, this check is subtle and deserves a helper. Imho makes the code more parseable for humans. At least it's surely more greppable. Also, a couple of whitespace cleanups. No functional changes. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed