Commit e0c12b6f authored by NeilBrown's avatar NeilBrown Committed by Greg Kroah-Hartman
Browse files

Revert "staging: Disable lustre file system for MIPS, SH, and XTENSA"



This reverts commit 16f1eeb6.

The reason for this patch was that lustre used copy_from_user_page.
Commit 76133e66 ("staging/lustre: Replace jobid acquiring with per
node setting") removed that usage.
So the arch restrictions can go.

Signed-off-by: default avatarNeilBrown <neilb@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 184ecc5c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
config LUSTRE_FS
	tristate "Lustre file system client support"
	depends on !MIPS && !XTENSA && !SUPERH
	depends on LNET
	select CRYPTO
	select CRYPTO_CRC32