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
......@@ -294,6 +294,7 @@ int allow_signal(int sig)
return 0;
}
EXPORT_SYMBOL(allow_signal);
/*
* 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