From: Oleg Nesterov Date: Wed, 26 May 2010 21:43:02 +0000 (-0700) Subject: call_usermodehelper: no need to unblock signals X-Git-Tag: v2.6.35-rc1~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363da4022c2753bf4b4b54a1bb9e4527fdcb9d5d;p=pandora-kernel.git call_usermodehelper: no need to unblock signals ____call_usermodehelper() correctly calls flush_signal_handlers() to set SIG_DFL, but sigemptyset(->blocked) and recalc_sigpending() are not needed. This kthread was forked by workqueue thread, all signals must be unblocked and ignored, no pending signal is possible. Signed-off-by: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed