[PATCH] export __do_copy_to_user

Nikita Danilov (Nikita@Namesys.COM)
Tue, 8 Oct 2002 15:07:18 +0400


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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/