[P] Unresolved symbols in autofs in 2.1.88

Nicholas J. Leon (nicholas@binary9.net)
Sat, 21 Feb 1998 12:32:33 -0500 (EST)


'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