Commit 0cbea0df authored by Tomas Szepe's avatar Tomas Szepe Committed by Linus Torvalds

[PATCH] export allow_signal()

Export allow_signal().  It's needed by lockd, sunrpc and other modules.
parent 92f777ca
...@@ -293,7 +293,8 @@ int allow_signal(int sig) ...@@ -293,7 +293,8 @@ int allow_signal(int sig)
spin_unlock_irq(&current->sighand->siglock); spin_unlock_irq(&current->sighand->siglock);
return 0; return 0;
} }
EXPORT_SYMBOL(allow_signal);
/* /*
* Put all the gunge required to become a kernel thread without * Put all the gunge required to become a kernel thread without
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment