2002-09-09 18:28:12

by Petr Vandrovec

[permalink] [raw]
Subject: [PATCH] 2.5.34: recalc_sigpending missing for modules

Hi Linus,
when recalc_sigpending was converted from inline to real function,
appropriate EXPORT_SYMBOL() was not created. Needed at least for ncpfs
and lockd.
Best regards,
Petr Vandrovec
[email protected]


diff -urdN linux/kernel/signal.c linux/kernel/signal.c
--- linux/kernel/signal.c 2002-09-09 18:01:49.000000000 +0000
+++ linux/kernel/signal.c 2002-09-09 18:25:09.000000000 +0000
@@ -1220,6 +1220,7 @@

#endif

+EXPORT_SYMBOL(recalc_sigpending);
EXPORT_SYMBOL(dequeue_signal);
EXPORT_SYMBOL(flush_signals);
EXPORT_SYMBOL(force_sig);