diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-11-12 22:05:17 +0100 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2008-11-14 23:14:27 +0100 |
commit | 4ff429e658c00bcf5101eabbebd4f711572a64cb (patch) | |
tree | 4f5b819feb5604f1486e3e67d8e81d623ad9aa6c /Documentation/development-process | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... (diff) | |
download | linux-4ff429e658c00bcf5101eabbebd4f711572a64cb.tar.xz linux-4ff429e658c00bcf5101eabbebd4f711572a64cb.zip |
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>
Diffstat (limited to 'Documentation/development-process')
0 files changed, 0 insertions, 0 deletions