Ensure that we export __fatal_signal_pending()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, January 31, 2008 - 7:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=13f09b...
Commit:     13f09b95a82c46ed608d057b22e0dd18ebfff22a
Parent:     75659ca0c10992dcb39258518368a0f6f56e935d
Author:     Trond Myklebust <Trond.Myklebust@netapp.com>
AuthorDate: Thu Jan 31 20:40:29 2008 -0500
Committer:  Linus Torvalds <torvalds@linux-foundation.org>
CommitDate: Fri Feb 1 12:58:14 2008 +1100

    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>
---
 kernel/signal.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/signal.c b/kernel/signal.c
index 8054dd4..4333b6d 100644
--- 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Ensure that we export __fatal_signal_pending(), Linux Kernel Mailing ..., (Thu Jan 31, 7:59 pm)