Skip to content

Commit

Permalink
Ensure that we export __fatal_signal_pending()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Feb 1, 2008
1 parent 75659ca commit 13f09b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 13f09b9

Please sign in to comment.