lkml.org 
[lkml]   [1999]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: NFS locking problem
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/

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