Re: [PATCH] some 2.3.6 fixes

Andrea Arcangeli (andrea@suse.de)
Sat, 12 Jun 1999 14:40:37 +0200 (CEST)


On Fri, 11 Jun 1999, root wrote:

>diff -u linux-2.3.6/kernel/ksyms.c linux/kernel/ksyms.c
>--- linux-2.3.6/kernel/ksyms.c Fri Jun 11 15:40:44 1999
>+++ linux/kernel/ksyms.c Fri Jun 11 15:41:48 1999
>@@ -193,6 +193,10 @@
> #if !defined(CONFIG_NFSD) && defined(CONFIG_NFSD_MODULE)
> EXPORT_SYMBOL(do_nfsservctl);
> #endif
>+/* needed by nfs.o module */
>+EXPORT_SYMBOL(page_hash_table);
>+EXPORT_SYMBOL(page_cache_size);
>+EXPORT_SYMBOL(__wait_on_page);

These should be placed in the memory management section.

Andrea Arcangeli

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