9p: restrict RDMA usage
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 12 Nov 2008 21:05:17 +0000 (13:05 -0800)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 14 Nov 2008 22:14:27 +0000 (16:14 -0600)
commit4ff429e658c00bcf5101eabbebd4f711572a64cb
tree4f5b819feb5604f1486e3e67d8e81d623ad9aa6c
parent58e20d8d344b0ee083febb18c2b021d2427e56ca
9p: restrict RDMA usage

linux-next:

Make 9p's RDMA option depend on INET since it uses Infiniband rdma_*
functions and that code depends on INET.  Otherwise 9p can try to
use symbols which don't exist.

ERROR: "rdma_destroy_id" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_connect" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_create_id" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_create_qp" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_resolve_route" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_disconnect" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_resolve_addr" [net/9p/9pnet_rdma.ko] undefined!

I used an if/endif block so that the menu items would remain
presented together.

Also correct an article adjective.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/Kconfig