diff options
author | Doug Ledford <dledford@redhat.com> | 2016-10-06 23:22:37 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 23:54:41 +0300 |
commit | 2937f375751922ffce9ef1d5fa84491840b0c8e0 (patch) | |
tree | dfeb8d06a849600e0f4123ebb76bda4f998f5e02 /drivers/staging | |
parent | 49b53a93a64ab0aaec10851b004297a3ac885433 (diff) | |
download | linux-2937f375751922ffce9ef1d5fa84491840b0c8e0.tar.xz |
staging/lustre: Disable InfiniBand support
We changed one of the RDMA APIs and Lustre's InfiniBand transport
has not been updated to match. Disabled it for now.
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/lustre/lnet/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lnet/Kconfig b/drivers/staging/lustre/lnet/Kconfig index 2b5930150cda..13b43278a38d 100644 --- a/drivers/staging/lustre/lnet/Kconfig +++ b/drivers/staging/lustre/lnet/Kconfig @@ -35,6 +35,7 @@ config LNET_SELFTEST config LNET_XPRT_IB tristate "LNET infiniband support" depends on LNET && INFINIBAND && INFINIBAND_ADDR_TRANS + depends on BROKEN default LNET && INFINIBAND help This option allows the LNET users to use infiniband as an |