mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 10:59:18 -04:00
Revert "staging: Disable lustre file system for MIPS, SH, and XTENSA"
This reverts commit16f1eeb660. The reason for this patch was that lustre used copy_from_user_page. Commit76133e66b1("staging/lustre: Replace jobid acquiring with per node setting") removed that usage. So the arch restrictions can go. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
184ecc5ceb
commit
e0c12b6fff
@@ -1,6 +1,5 @@
|
||||
config LUSTRE_FS
|
||||
tristate "Lustre file system client support"
|
||||
depends on !MIPS && !XTENSA && !SUPERH
|
||||
depends on LNET
|
||||
select CRYPTO
|
||||
select CRYPTO_CRC32
|
||||
|
||||
Reference in New Issue
Block a user