From: Oleg Nesterov Date: Wed, 3 Jul 2013 22:08:14 +0000 (-0700) Subject: signals: eventpoll: do not use sigprocmask() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d55918029ef4626bfd6ba716728dcc7d919de3;p=pandora-kernel.git signals: eventpoll: do not use sigprocmask() sigprocmask() should die. None of the current callers actually need this strange interface. Change fs/eventpoll.c to use set_current_blocked(). This also means we should not worry about SIGKILL/SIGSTOP. Signed-off-by: Oleg Nesterov Cc: Al Viro Cc: Denys Vlasenko Cc: Eric Wong Cc: Jason Baron Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed