linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] export __do_copy_to_user
@ 2002-10-08 11:07 Nikita Danilov
  2002-10-10  3:48 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Nikita Danilov @ 2002-10-08 11:07 UTC (permalink / raw)
  To: Jeff Dike
  Cc: user-mode-linux-devel, Linux Kernel Mailing List,
	Reiserfs developers mail-list

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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] export __do_copy_to_user
  2002-10-08 11:07 [PATCH] export __do_copy_to_user Nikita Danilov
@ 2002-10-10  3:48 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2002-10-10  3:48 UTC (permalink / raw)
  To: Nikita Danilov
  Cc: user-mode-linux-devel, Linux Kernel Mailing List,
	Reiserfs developers mail-list

Nikita@Namesys.COM 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-10  2:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-08 11:07 [PATCH] export __do_copy_to_user Nikita Danilov
2002-10-10  3:48 ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).