projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75659ca
)
Ensure that we export __fatal_signal_pending()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 1 Feb 2008 01:40:29 +0000
(20:40 -0500)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 1 Feb 2008 01:58:14 +0000
(12:58 +1100)
It may be used by the modules nfs.ko and sunrpc.ko
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
[ Made it a regular export rather than GPL-only - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/signal.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/signal.c
b/kernel/signal.c
index 8054dd4e2d76c22ae86eb7e0380acbb99de4b853..4333b6dbb424f9e0bb7f07148077254106386a50 100644
(file)
--- a/
kernel/signal.c
+++ b/
kernel/signal.c
@@
-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.