commit | e1656829719f9e8005ae281984b5624fc2604ad3 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Feb 05 18:38:15 2019 -0600 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed May 29 09:31:42 2019 -0500 |
tree | b641a2ea01688e970b3907d19a46a25fdeb5b911 | |
parent | 9d631759818b9e53795ddaea2d3e807a485cd294 [diff] |
signal/sh: Remove tsk parameter from force_sig_info_fault The force_sig_info_fault function is always called with tsk == current. Make that explicit by removing the tsk parameter. This also makes it clear that the sh force_sig_info_fault passes current into force_sig_fault. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>