Commit 84ba4949 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] uninline __group_send_sig_info

Three callsites, 1104 bytes saved.
parent 0c19743a
......@@ -940,7 +940,7 @@ __group_complete_signal(int sig, struct task_struct *p, unsigned int mask)
return;
}
static inline int
static int
__group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
{
unsigned int mask;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment