* [PATCH] MIPS: Export copy_from_user_page() (needed by lustre)
@ 2013-09-05 9:22 Geert Uytterhoeven
2013-09-05 18:01 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2013-09-05 9:22 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips, linux-kernel, Geert Uytterhoeven
ERROR: "copy_from_user_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined!
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
arch/mips/mm/init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 4e73f10..e205ef5 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -254,6 +254,7 @@ void copy_from_user_page(struct vm_area_struct *vma,
SetPageDcacheDirty(page);
}
}
+EXPORT_SYMBOL_GPL(copy_from_user_page);
void __init fixrange_init(unsigned long start, unsigned long end,
pgd_t *pgd_base)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: Export copy_from_user_page() (needed by lustre)
2013-09-05 9:22 [PATCH] MIPS: Export copy_from_user_page() (needed by lustre) Geert Uytterhoeven
@ 2013-09-05 18:01 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2013-09-05 18:01 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-mips, linux-kernel
On Thu, Sep 05, 2013 at 11:22:45AM +0200, Geert Uytterhoeven wrote:
> ERROR: "copy_from_user_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined!
Thanks, applied!
But I'm sort surprised to see somebody testing Lustre on MIPS :-)
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-05 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 9:22 [PATCH] MIPS: Export copy_from_user_page() (needed by lustre) Geert Uytterhoeven
2013-09-05 18:01 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox