提交 514a01b8 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

[PATCH] uninline __sigqueue_free()

Five callsites.  I dunno how all this crap got back in there :(
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 808249ce
......@@ -283,7 +283,7 @@ static struct sigqueue *__sigqueue_alloc(struct task_struct *t, gfp_t flags,
return(q);
}
static inline void __sigqueue_free(struct sigqueue *q)
static void __sigqueue_free(struct sigqueue *q)
{
if (q->flags & SIGQUEUE_PREALLOC)
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册