commit | cb44c9a0ab21a9ae4dfcabac1ed8e38aa872d1af | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue May 21 10:03:48 2019 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Mon May 27 09:36:28 2019 -0500 |
tree | e09131e28e3f55143862fc2377c30049a6a4b0bc | |
parent | 72abe3bcf0911d69b46c1e8bdb5612675e0ac42c [diff] |
signal: Remove task parameter from force_sigsegv The function force_sigsegv is always called on the current task so passing in current is redundant and not passing in current makes this fact obvious. This also makes it clear force_sigsegv always calls force_sig on the current task. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>