score: add handling of NOTIFY_RESUME to do_notify_resume()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 24 Apr 2012 05:55:30 +0000 (01:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:59:47 +0000 (23:59 -0400)
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 <viro@zeniv.linux.org.uk>

No differences found