commit | 09ae854edb2d275d98a874c21c24c58cee4df14e | [log] [tgz] |
---|---|---|
author | Christian Brauner <[email protected]> | Tue Aug 21 22:00:30 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Aug 22 10:52:51 2018 -0700 |
tree | 34a2223d41c692a8b7526fb332635573bf6da38a | |
parent | 938696a82974c33b93be9657b72521bc84f5c587 [diff] |
signal: make recalc_sigpending_tsk() return bool recalc_sigpending_tsk() already behaves like a boolean function. Let's actually declare it as such too. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Al Viro <[email protected]> Cc: Eric W. Biederman <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: James Morris <[email protected]> Cc: Kees Cook <[email protected]> Cc: Oleg Nesterov <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephen Smalley <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>