Re: Unresolved symbols in 2.3.24

G. Allen Morris III (gam3@ixlabs.com)
Fri, 29 Oct 1999 18:42:18 -0700


>>>Paul Flinders said:
>
> I get the following in 2.3.24
>
> /lib/modules/2.3.24/fs/nfsd.o: unresolved symbol locks_mandatory_area
> /lib/modules/2.3.24/fs/nfsd.o: unresolved symbol nfsd_fh_free

--- linux/fs/nfsd/nfsctl.c.orig Fri Oct 29 17:27:59 1999
+++ linux/fs/nfsd/nfsctl.c Fri Oct 29 17:28:08 1999
@@ -299,7 +299,6 @@
do_nfsservctl = NULL;
nfsd_export_shutdown();
nfsd_cache_shutdown();
- nfsd_fh_free();
remove_proc_entry("fs/nfs/exports", NULL);
remove_proc_entry("fs/nfs", NULL);
nfsd_stat_shutdown();

--- linux/kernel/ksyms.c.orig Fri Oct 29 18:41:45 1999
+++ linux/kernel/ksyms.c Fri Oct 29 18:29:42 1999
@@ -190,6 +190,7 @@
EXPORT_SYMBOL(file_lock_table);
EXPORT_SYMBOL(posix_lock_file);
EXPORT_SYMBOL(posix_test_lock);
+EXPORT_SYMBOL(locks_mandatory_area);
EXPORT_SYMBOL(posix_block_lock);
EXPORT_SYMBOL(posix_unblock_lock);
EXPORT_SYMBOL(dput);

---------------------------------
G. Allen Morris III

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