staging/lustre: drop CONFIG_BROKEN
This reverts commit 0ad1ea6954
I didn't use git revert because it can not be done cleanly.
Hopefully it will be the last time we do it...
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0b09d381bb
commit
22eb2c3d90
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
config LUSTRE_FS
|
||||
tristate "Lustre file system client support"
|
||||
depends on STAGING && INET && m && BROKEN
|
||||
depends on STAGING && INET && m
|
||||
select LNET
|
||||
select CRYPTO
|
||||
select CRYPTO_CRC32
|
||||
|
|
Loading…
Reference in a new issue