Hello, Jeff,
this patch exports __do_copy_to_user() in arch/um/kernel/ksyms.c. This
is necessary to build any file-system as module in the UML.
Please, apply.
Nikita.
===== arch/um/kernel/ksyms.c 1.1 vs edited =====
--- 1.1/arch/um/kernel/ksyms.c Thu Sep 12 16:23:05 2002
+++ edited/arch/um/kernel/ksyms.c Tue Oct 8 14:31:14 2002
@@ -20,6 +20,7 @@
EXPORT_SYMBOL(sys_waitpid);
EXPORT_SYMBOL(task_size);
EXPORT_SYMBOL(__do_copy_from_user);
+EXPORT_SYMBOL(__do_copy_to_user);
EXPORT_SYMBOL(__do_strncpy_from_user);
EXPORT_SYMBOL(__do_strnlen_user);
EXPORT_SYMBOL(flush_tlb_range);
[email protected] said:
> this patch exports __do_copy_to_user() in arch/um/kernel/ksyms.c. This
> is necessary to build any file-system as module in the UML.
Applied, thanks.
Jeff