From: Al Viro Date: Fri, 27 Apr 2012 17:58:59 +0000 (-0400) Subject: most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set X-Git-Tag: v3.5-rc1~14^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77097ae503b170120ab66dd1d547f8577193f91f;p=pandora-kernel.git most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set Only 3 out of 63 do not. Renamed the current variant to __set_current_blocked(), added set_current_blocked() that will exclude unblockable signals, switched open-coded instances to it. Signed-off-by: Al Viro --- Reading git-diff-tree failed