diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-08-22 01:16:43 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-09-19 23:55:57 +0200 |
commit | 176826af03666758c656dd27f098cc889b71638b (patch) | |
tree | 7add5b3b2bfded9f5d16d9ea5d3d3be93ff499b6 /fs/select.c | |
parent | signal: simplify compat_sigpending() (diff) | |
download | linux-176826af03666758c656dd27f098cc889b71638b.tar.xz linux-176826af03666758c656dd27f098cc889b71638b.zip |
signal: lift sigset size check out of do_sigpending()
As sigsetsize argument of do_sigpending() is not used anywhere else in
that function after the check, remove this argument and move the check
out of do_sigpending() into rt_sigpending() and its compat analog.
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/select.c')
0 files changed, 0 insertions, 0 deletions