[patch-2.4.0-test5-pre4] waitqueue routines should be exported

From: Tigran Aivazian (tigran@veritas.com)
Date: Sat Jul 22 2000 - 07:35:22 EST


Hi Linus,

This patch fixes the small oversight (I hope! Unless from today all
modules are forbidden to use waitqueues?) related to making waitqueue
routines real functions instead of inlines.

Also, the same applies to fget() which should be exported. Otherwise,
things like loopback driver are broken.

Regards,
Tigran

--- linux/kernel/ksyms.c Sat Jul 22 09:27:31 2000
+++ work/kernel/ksyms.c Sat Jul 22 13:25:35 2000
@@ -141,6 +141,7 @@
 EXPORT_SYMBOL(getname);
 EXPORT_SYMBOL(names_cachep);
 EXPORT_SYMBOL(fput);
+EXPORT_SYMBOL(fget);
 EXPORT_SYMBOL(igrab);
 EXPORT_SYMBOL(iunique);
 EXPORT_SYMBOL(iget4);
@@ -352,6 +353,11 @@
 EXPORT_SYMBOL(del_timer);
 EXPORT_SYMBOL(request_irq);
 EXPORT_SYMBOL(free_irq);
+
+/* waitqueue handling */
+EXPORT_SYMBOL(add_wait_queue);
+EXPORT_SYMBOL(add_wait_queue_exclusive);
+EXPORT_SYMBOL(remove_wait_queue);
 
 /* The notion of irq probe/assignment is foreign to S/390 */
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jul 23 2000 - 21:00:18 EST