From: Oleg Nesterov Date: Wed, 29 Mar 2006 00:11:18 +0000 (-0800) Subject: [PATCH] move __exit_signal() to kernel/exit.c X-Git-Tag: v2.6.17-rc1~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a14c5c9da0b4c34b5be783403c54f0396fcfe77;p=pandora-kernel.git [PATCH] move __exit_signal() to kernel/exit.c __exit_signal() is private to release_task() now. I think it is better to make it static in kernel/exit.c and export flush_sigqueue() instead - this function is much more simple and straightforward. Signed-off-by: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed