projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c1285
)
MIPS: Export copy_from_user_page() (needed by lustre)
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 5 Sep 2013 09:22:45 +0000
(11:22 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 5 Sep 2013 17:59:34 +0000
(19:59 +0200)
ERROR: "copy_from_user_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined!
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/5808/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mm/init.c
b/arch/mips/mm/init.c
index 4e73f10a751957b677da6ca8186f6294777ad709..e205ef598e97bcc16becade0f627397a157987e1 100644
(file)
--- 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)