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>
This commit is contained in:
@@ -119,7 +119,7 @@ void uml_setup_stubs(struct mm_struct *mm)
|
||||
return;
|
||||
|
||||
out:
|
||||
force_sigsegv(SIGSEGV, current);
|
||||
force_sigsegv(SIGSEGV);
|
||||
}
|
||||
|
||||
void arch_exit_mmap(struct mm_struct *mm)
|
||||
|
Fai riferimento in un nuovo problema
Block a user