lkml.org 
[lkml]   [1999]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fix to 2.3.9 unresolved symbols
This is just a small fix for unresolved symbols in nfsd.o and sunrpc.o.

Note that fat.o still wants `update_vm_cache' which I cannot find anywhere
(didn't look very hard though).

mato
--
Martin Lucina http://www.kotelna.sk/mato/ Wellington, New Zealand
I've always been mad I know I've been mad like the most of us are
Pretty hard to explain why you're a madman even if you're not mad


diff -urN linux-2.3.9/kernel/ksyms.c linux/kernel/ksyms.c
--- linux-2.3.9/kernel/ksyms.c Fri Jul 2 01:42:18 1999
+++ linux/kernel/ksyms.c Fri Jul 2 01:07:37 1999
@@ -109,6 +109,9 @@
EXPORT_SYMBOL(vmtruncate);
EXPORT_SYMBOL(find_vma);
EXPORT_SYMBOL(get_unmapped_area);
+EXPORT_SYMBOL(add_to_page_cache_unique);
+EXPORT_SYMBOL(__find_get_page);
+EXPORT_SYMBOL(__find_lock_page);

/* filesystem internal functions */
EXPORT_SYMBOL(in_group_p);
diff -urN linux-2.3.9/net/netsyms.c linux/net/netsyms.c
--- linux-2.3.9/net/netsyms.c Thu Jul 1 21:22:33 1999
+++ linux/net/netsyms.c Fri Jul 2 01:05:47 1999
@@ -210,6 +210,11 @@
EXPORT_SYMBOL(memcpy_toiovec);
EXPORT_SYMBOL(csum_partial);

+/* Needed by sunrpc.o */
+EXPORT_SYMBOL(csum_partial_copy_fromiovecend);
+EXPORT_SYMBOL(csum_partial_copy_nocheck);
+
+
#ifdef CONFIG_IPX_MODULE
EXPORT_SYMBOL(make_8023_client);
EXPORT_SYMBOL(destroy_8023_client);
@@ -293,7 +298,6 @@
EXPORT_SYMBOL(destroy_sock);
EXPORT_SYMBOL(ip_queue_xmit);
EXPORT_SYMBOL(memcpy_fromiovecend);
-EXPORT_SYMBOL(csum_partial_copy_fromiovecend);
EXPORT_SYMBOL(net_timer);
/* UDP/TCP exported functions for TCPv6 */
EXPORT_SYMBOL(udp_ioctl);

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

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.028 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site