mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 06:56:45 +07:00
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>
This commit is contained in:
parent
f0f65a95de
commit
16f1eeb660
@ -1,6 +1,6 @@
|
||||
config LUSTRE_FS
|
||||
tristate "Lustre file system client support"
|
||||
depends on INET && m
|
||||
depends on INET && m && !MIPS && !XTENSA && !SUPERH
|
||||
select LNET
|
||||
select CRYPTO
|
||||
select CRYPTO_CRC32
|
||||
|
Loading…
Reference in New Issue
Block a user