From: Al Viro Date: Tue, 24 Apr 2012 05:55:30 +0000 (-0400) Subject: score: add handling of NOTIFY_RESUME to do_notify_resume() X-Git-Tag: v3.5-rc1~105^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5d4dbe810befe63e79b2d6cdcad2066e3b1fc4;p=pandora-kernel.git score: add handling of NOTIFY_RESUME to do_notify_resume() It's already called if TIF_NOTIFY_RESUME is set, so we only need to add the actual work. Note that checking for RESTORE_SIGMASK was not needed - set_restore_sigmask() also sets SIGPENDING, so we never RESTORE_SIGMASK without SIGPENDING. Signed-off-by: Al Viro --- Reading git-diff-tree failed