Skip to content

Commit

Permalink
RDMA/verbs: Remove restrack entry from XRCD structure
Browse files Browse the repository at this point in the history
XRCD object is not implemented in the restrack, so lets remove it.

Fixes: 02d8883 ("RDMA/restrack: Add general infrastructure to track RDMA resources")
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
  • Loading branch information
Leon Romanovsky authored and jgunthorpe committed Mar 19, 2018
1 parent ed65a4d commit 80cf79a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/rdma/ib_verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 80cf79a

Please sign in to comment.