Ensure that we export __fatal_signal_pending()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 1 Feb 2008 01:40:29 +0000 (20:40 -0500)
committerLinus 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

index 8054dd4..4333b6d 100644 (file)
@@ -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.