Re: 2.1.120, NFS checksignals, oops, umount, modules, ...

Bill Hawes (whawes@star.net)
Sun, 06 Sep 1998 16:07:13 -0400


This is a multi-part message in MIME format.
--------------81B63E0708B5043AD1290DE9
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Viggo L. Norum wrote:
>
> If NFS was working, then I could actually use the 2.1.120....
> The NFS server still works, the client does not. Error message:
> > # modprobe nfs
> > /lib/modules/2.1.120/misc/sunrpc.o: unresolved symbol checksignals
> > sunrpc: No such file or directory
> > sunrpc: No such file or directory

The attached patch will define checksignals ...
--------------81B63E0708B5043AD1290DE9
Content-Type: text/plain; charset=us-ascii; name="ksyms_120-patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="ksyms_120-patch"

--- linux-2.1.120/kernel/ksyms.c.old Tue Sep 1 21:39:19 1998
+++ linux-2.1.120/kernel/ksyms.c Sat Sep 5 11:32:20 1998
@@ -319,6 +319,7 @@
EXPORT_SYMBOL(do_gettimeofday);
EXPORT_SYMBOL(loops_per_sec);
EXPORT_SYMBOL(kstat);
+EXPORT_SYMBOL(checksignals);

/* misc */
EXPORT_SYMBOL(panic);

--------------81B63E0708B5043AD1290DE9--

-
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/faq.html