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>
This commit is contained in:
Trond Myklebust 2008-01-31 20:40:29 -05:00 коммит произвёл Linus Torvalds
Родитель 75659ca0c1
Коммит 13f09b95a8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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