diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-11-12 11:05:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-12 23:33:57 -0800 |
commit | 1fa989e80a9a104bf3b81842a5f4c1867d7aa9c4 (patch) | |
tree | ba93b3290e87e302e295f6bd981f159127a36ee5 /include | |
parent | 9c0188acf6dd6990bac9cd906cd554a1476c6d12 (diff) |
9p: restrict RDMA usage
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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions