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
vandrove@vc.cvut.cz
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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:17 EST