lkml.org 
[lkml]   [2000]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch-2.4.0-test5-pre4] waitqueue routines should be exported
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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.050 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site