From: Oleg Nesterov Date: Wed, 29 Mar 2006 00:11:27 +0000 (-0800) Subject: [PATCH] cleanup __exit_signal->cleanup_sighand path X-Git-Tag: v2.6.17-rc1~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e5328a06a2beee3a2bbfaf87ce2a7bbe937de1;p=pandora-kernel.git [PATCH] cleanup __exit_signal->cleanup_sighand path Move 'tsk->sighand = NULL' from cleanup_sighand() to __exit_signal(). This makes the exit path more understandable and allows us to do cleanup_sighand() outside of ->siglock protected section. Signed-off-by: Oleg Nesterov Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed