signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 13:17:29 +0000 (08:17 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 17:57:41 +0000 (12:57 -0500)
commit9c2db007787ef1aac6728c5e03d37b0ae935d122
tree7b05ff38eebfd71f0c0f99d6d95811964e0466a0
parent0102498083d58d8b17759642c602b525215e1a54
signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task

This information is already present and using it directly simplifies the logic
of the code.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/fcntl.c