diff options
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | 2015-07-30 17:22:16 -0600 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-08-30 18:12:33 -0400 |
commit | 4be90bc60df47f6268b594c4fb6c90f0ff2f519f (patch) | |
tree | 1a25d794b7a64a5340e74badc7a5c1b19ab08426 /include/rdma | |
parent | 96249d70dd70496084c7ec1465ec449cd032955a (diff) | |
download | op-kernel-dev-4be90bc60df47f6268b594c4fb6c90f0ff2f519f.zip op-kernel-dev-4be90bc60df47f6268b594c4fb6c90f0ff2f519f.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_mad.h b/include/rdma/ib_mad.h index d5ac022..c206205 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; |