Skip to content

Commit

Permalink
MIPS: Export copy_from_user_page() (needed by lustre)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Ralf Baechle committed Sep 5, 2013
1 parent f7c1285 commit bf9621a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bf9621a

Please sign in to comment.