Skip to content

Commit 80cf79a

Browse files
Leon Romanovskyjgunthorpe
authored andcommitted
RDMA/verbs: Remove restrack entry from XRCD structure
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]>
1 parent ed65a4d commit 80cf79a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/rdma/ib_verbs.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,10 +1537,6 @@ struct ib_xrcd {
15371537

15381538
struct mutex tgt_qp_mutex;
15391539
struct list_head tgt_qp_list;
1540-
/*
1541-
* Implementation details of the RDMA core, don't use in drivers:
1542-
*/
1543-
struct rdma_restrack_entry res;
15441540
};
15451541

15461542
struct ib_ah {

0 commit comments

Comments
 (0)