lkml.org 
[lkml]   [1998]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[P] Unresolved symbols in autofs in 2.1.88
'locks_remove_flock' is undefined for autofs when building as a module. I
wasn't sure exactly where in ksyms.c to put it, so I shoved it under the
filesystem stuff:


--- kernel/ksyms.c.old Sat Feb 21 12:31:04 1998
+++ kernel/ksyms.c Sat Feb 21 12:25:11 1998
@@ -205,6 +205,7 @@
EXPORT_SYMBOL(shrink_dcache_parent);
EXPORT_SYMBOL(find_inode_number);
EXPORT_SYMBOL(is_subdir);
+EXPORT_SYMBOL(locks_remove_flock);

#if !defined(CONFIG_NFSD) && defined(CONFIG_NFSD_MODULE)
EXPORT_SYMBOL(do_nfsservctl);

___________________________________________________________________________
simple is elegant mrnick.binary9.net nicholas@binary9.net
___________________________________________________________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:41    [from the cache]
©2003-2011 Jasper Spaans