From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:52:36 +0000 (-0700) Subject: signals: do_group_exit(): use signal_group_exit() more consistently X-Git-Tag: v2.6.26-rc1~310 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc4b0890af566940de6e7aeb4b5faf46d3c3513;p=pandora-kernel.git signals: do_group_exit(): use signal_group_exit() more consistently do_group_exit() checks SIGNAL_GROUP_EXIT to avoid taking sighand->siglock. Since ed5d2cac114202fe2978a9cbcab8f5032796d538 exec() doesn't set this flag, we should use signal_group_exit(). This is not needed for correctness, but can speedup the multithreaded exec and makes the code more consistent. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed