RE: [PATCH] fix to 2.3.9 unresolved symbols

BERNARD Sebastien (sebastien.bernard@cegetel.fr)
Thu, 1 Jul 1999 16:28:02 +0200


This one does not exists any more. It disapeared in the 2.3.7 modification.

> -----Message d'origine-----
> De: Martin Lucina [SMTP:mato@kotelna.sk]
> Date: jeudi 1 juillet 1999 15:59
> À: linux-kernel@vger.rutgers.edu
> Objet: [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/

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