Skip to content

Commit

Permalink
Revert "staging/lustre: drop CONFIG_BROKEN dependency"
Browse files Browse the repository at this point in the history
This reverts commit 52f6317.

It's still broken, especially for a simple build on x86 with 'make
allmodconfig'

As no fixes seem forthcoming, just mark it broken.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Peng Tao <tao.peng@emc.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Jun 5, 2013
1 parent 6715e39 commit 37d4093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/lustre/lustre/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config LUSTRE_FS
tristate "Lustre file system client support"
depends on STAGING && INET
depends on STAGING && INET && BROKEN
select LNET
help
This option enables Lustre file system client support. Choose Y
Expand Down

0 comments on commit 37d4093

Please sign in to comment.