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>
This commit is contained in:
parent
49b53a93a6
commit
2937f37575
|
@ -35,6 +35,7 @@ config LNET_SELFTEST
|
||||||
config LNET_XPRT_IB
|
config LNET_XPRT_IB
|
||||||
tristate "LNET infiniband support"
|
tristate "LNET infiniband support"
|
||||||
depends on LNET && INFINIBAND && INFINIBAND_ADDR_TRANS
|
depends on LNET && INFINIBAND && INFINIBAND_ADDR_TRANS
|
||||||
|
depends on BROKEN
|
||||||
default LNET && INFINIBAND
|
default LNET && INFINIBAND
|
||||||
help
|
help
|
||||||
This option allows the LNET users to use infiniband as an
|
This option allows the LNET users to use infiniband as an
|
||||||
|
|
Loading…
Reference in New Issue