提交 13f09b95 编写于 作者: T Trond Myklebust 提交者: Linus Torvalds

Ensure that we export __fatal_signal_pending()

It may be used by the modules nfs.ko and sunrpc.ko
Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
[ Made it a regular export rather than GPL-only  - Linus ]
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 75659ca0
......@@ -998,6 +998,7 @@ int fastcall __fatal_signal_pending(struct task_struct *tsk)
{
return sigismember(&tsk->pending.signal, SIGKILL);
}
EXPORT_SYMBOL(__fatal_signal_pending);
/*
* Must be called under rcu_read_lock() or with tasklist_lock read-held.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册