1
0
Fork 0

Ensure that we export __fatal_signal_pending()

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>
wifi-calibration
Trond Myklebust 2008-01-31 20:40:29 -05:00 committed by Linus Torvalds
parent 75659ca0c1
commit 13f09b95a8
1 changed files with 1 additions and 0 deletions

View 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.