linux/drivers/staging/lustre
Guenter Roeck 16f1eeb660 staging: Disable lustre file system for MIPS, SH, and XTENSA
mips allmodconfig fails with

ERROR: "copy_from_user_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko]
undefined!

which is due to LUSTRE using copy_from_user_page which is not exported by any
architecture. Unfortunately, LUSTRE can only be built as module, so there is no
easy fix.

MIPS, SH, and optionally XTENSA implement copy_from_user_page as unexported
functions. Disable LUSTRE for those.

Cc: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-17 07:39:28 -07:00
..
include/linux staging/lustre/libcfs: cleanup linux-mem.h 2013-09-10 18:56:32 -04:00
lnet staging: lustre: clean up format string usages 2013-09-17 07:39:27 -07:00
lustre staging: Disable lustre file system for MIPS, SH, and XTENSA 2013-09-17 07:39:28 -07:00
Kconfig
Makefile
TODO