aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2018-03-19 12:21:43 +0200
committerJason Gunthorpe <jgg@mellanox.com>2018-03-19 14:10:30 -0600
commit80cf79ae4f688ead1dca8878990709c0446c3992 (patch)
tree7901ef0a01e2a853b981ddd4f198c312dcb3e7d9 /include/rdma
parentRDMA/ucma: Fix use-after-free access in ucma_close (diff)
downloadlinux-dev-80cf79ae4f688ead1dca8878990709c0446c3992.tar.xz
linux-dev-80cf79ae4f688ead1dca8878990709c0446c3992.zip
RDMA/verbs: Remove restrack entry from XRCD structure
XRCD object is not implemented in the restrack, so lets remove it. Fixes: 02d8883f520e ("RDMA/restrack: Add general infrastructure to track RDMA resources") Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 73b2387e3f74..ff3ed435701f 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -1537,10 +1537,6 @@ struct ib_xrcd {
struct mutex tgt_qp_mutex;
struct list_head tgt_qp_list;
- /*
- * Implementation details of the RDMA core, don't use in drivers:
- */
- struct rdma_restrack_entry res;
};
struct ib_ah {