aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/restrack.h
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2018-02-13 12:18:28 +0200
committerJason Gunthorpe <jgg@mellanox.com>2018-02-15 14:59:44 -0700
commit415bb699d793f7ad9c67c04a766d1e655fa6b203 (patch)
treef2b3ac568251cc4bfd27797713ed21b062650444 /include/rdma/restrack.h
parentIB/ipoib: Do not warn if IPoIB debugfs doesn't exist (diff)
downloadlinux-dev-415bb699d793f7ad9c67c04a766d1e655fa6b203.tar.xz
linux-dev-415bb699d793f7ad9c67c04a766d1e655fa6b203.zip
RDMA/restrack: Remove unimplemented XRCD object
Resource tracking of XRCD objects is not implemented in current version of restrack and hence can be removed. 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/restrack.h')
-rw-r--r--include/rdma/restrack.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/rdma/restrack.h b/include/rdma/restrack.h
index c2d81167c858..2cdf8dcf4bdc 100644
--- a/include/rdma/restrack.h
+++ b/include/rdma/restrack.h
@@ -29,10 +29,6 @@ enum rdma_restrack_type {
*/
RDMA_RESTRACK_QP,
/**
- * @RDMA_RESTRACK_XRCD: XRC domain (XRCD)
- */
- RDMA_RESTRACK_XRCD,
- /**
* @RDMA_RESTRACK_MAX: Last entry, used for array dclarations
*/
RDMA_RESTRACK_MAX