summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert/ib_isert.h
diff options
context:
space:
mode:
authorJason Gunthorpe2015-07-31 01:22:21 +0200
committerDoug Ledford2015-08-31 00:12:35 +0200
commit34efc7dfbd88e4a232b1efa31c5e900606c84fca (patch)
tree4fbd10baacc128ab240d287eda50557125702a53 /drivers/infiniband/ulp/isert/ib_isert.h
parentIB/iser: Use pd->local_dma_lkey (diff)
downloadkernel-qcow2-linux-34efc7dfbd88e4a232b1efa31c5e900606c84fca.tar.gz
kernel-qcow2-linux-34efc7dfbd88e4a232b1efa31c5e900606c84fca.tar.xz
kernel-qcow2-linux-34efc7dfbd88e4a232b1efa31c5e900606c84fca.zip
iser-target: 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> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp/isert/ib_isert.h')
-rw-r--r--drivers/infiniband/ulp/isert/ib_isert.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/isert/ib_isert.h b/drivers/infiniband/ulp/isert/ib_isert.h
index 9ec23a786c02..6a04ba3c0f72 100644
--- a/drivers/infiniband/ulp/isert/ib_isert.h
+++ b/drivers/infiniband/ulp/isert/ib_isert.h
@@ -209,7 +209,6 @@ struct isert_device {
int refcount;
struct ib_device *ib_device;
struct ib_pd *pd;
- struct ib_mr *mr;
struct isert_comp *comps;
int comps_used;
struct list_head dev_node;