aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>2015-07-30 17:22:16 -0600
committerDoug Ledford <dledford@redhat.com>2015-08-30 18:12:33 -0400
commit4be90bc60df47f6268b594c4fb6c90f0ff2f519f (patch)
tree1a25d794b7a64a5340e74badc7a5c1b19ab08426 /include/rdma
parentIB/core: Guarantee that a local_dma_lkey is available (diff)
downloadlinux-dev-4be90bc60df47f6268b594c4fb6c90f0ff2f519f.tar.xz
linux-dev-4be90bc60df47f6268b594c4fb6c90f0ff2f519f.zip
IB/mad: Remove ib_get_dma_mr calls
The pd now has a local_dma_lkey member which completely replaces ib_get_dma_mr, use it instead. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_mad.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_mad.h b/include/rdma/ib_mad.h
index d5ac0229f5e7..c206205bbf98 100644
--- a/include/rdma/ib_mad.h
+++ b/include/rdma/ib_mad.h
@@ -526,7 +526,6 @@ enum {
struct ib_mad_agent {
struct ib_device *device;
struct ib_qp *qp;
- struct ib_mr *mr;
ib_mad_recv_handler recv_handler;
ib_mad_send_handler send_handler;
ib_mad_snoop_handler snoop_handler;