most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 27 Apr 2012 17:58:59 +0000 (13:58 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 16:58:51 +0000 (12:58 -0400)
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 <viro@zeniv.linux.org.uk>

No differences found