From: Leon Romanovsky Date: Mon, 19 Mar 2018 10:21:43 +0000 (+0200) Subject: RDMA/verbs: Remove restrack entry from XRCD structure X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80cf79ae4f688ead1dca8878990709c0446c3992;p=linux.git 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 Signed-off-by: Jason Gunthorpe --- diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 73b2387e3f742..ff3ed435701f3 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 {