Re: NFS locking problem

Andrea Arcangeli (andrea@e-mind.com)
Tue, 5 Jan 1999 17:35:13 +0100 (CET)


On Sun, 3 Jan 1999, Andrea Arcangeli wrote:

> Could you try this patch?

I forgot to export sleep_on_timeout() to modules! The patch right now is
needed only for lockd compiled as module.

Index: ksyms.c
===================================================================
RCS file: /var/cvs/linux/kernel/ksyms.c,v
retrieving revision 1.1.1.1.2.12
diff -u -r1.1.1.1.2.12 ksyms.c
--- ksyms.c 1999/01/05 16:35:29 1.1.1.1.2.12
+++ linux/kernel/ksyms.c 1999/01/05 16:36:18
@@ -296,7 +296,7 @@
/* process management */
EXPORT_SYMBOL(__wake_up);
EXPORT_SYMBOL(sleep_on);
-EXPORT_SYMBOL(sleep_timeout);
+EXPORT_SYMBOL(sleep_on_timeout);
EXPORT_SYMBOL(interruptible_sleep_on);
EXPORT_SYMBOL(interruptible_sleep_on_timeout);
EXPORT_SYMBOL(schedule);

Andrea Arcangeli

-
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/