Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=13f09b95a82c46ed608d057b22e0dd18ebfff22a
Commit:     13f09b95a82c46ed608d057b22e0dd18ebfff22a
Parent:     75659ca0c10992dcb39258518368a0f6f56e935d
Author:     Trond Myklebust <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 31 20:40:29 2008 -0500
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
    [ Made it a regular export rather than GPL-only  - Linus ]
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to