nfs as a module is broken in 1.3.67

Tom Grigg (ST588@jetson.uh.edu)
Tue, 20 Feb 1996 20:49:20 -0600 (CST)


Compiling NFS support as a module (w/CONFIG_MODVERSIONS=y) with 1.3.67 results
in unresolved symbols at load time. The patch below fixes this for me.

--- linux/kernel/ksyms.c~ Tue Feb 20 17:53:52 1996
+++ linux/kernel/ksyms.c Tue Feb 20 19:32:07 1996
@@ -166,6 +166,8 @@
X(remap_page_range),
X(high_memory),
X(update_vm_cache),
+ X(invalidate_inode_pages),
+ X(__wait_on_page),

/* filesystem internal functions */
X(getname),

--
Tom Grigg
st588@jetson.uh.edu
http://www.egr.uh.edu/~eac64750/tom/