diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2019-01-08 16:07:23 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-01-08 16:41:38 -0700 |
commit | 96f87ee1811306d0c8cf94b8c37b0e4f725b01d1 (patch) | |
tree | a5aebe8788d3b98872ea03ab5df01ad0d65275a9 /include/rdma/ib_verbs.h | |
parent | 7a7b0fea6f848d0a73ee6defe6b9d192af2dda3a (diff) | |
download | linux-96f87ee1811306d0c8cf94b8c37b0e4f725b01d1.tar.gz linux-96f87ee1811306d0c8cf94b8c37b0e4f725b01d1.tar.bz2 linux-96f87ee1811306d0c8cf94b8c37b0e4f725b01d1.zip |
RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGING
CONFIG_INFINIBAND_ON_DEMAND_PAGING is used in general structures to
micro-optimize the memory footprint. Remove it, so it will allow us to
simplify various ODP device flows.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index a3ceed3a040a..3ddd199ba602 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1504,12 +1504,10 @@ struct ib_ucontext { bool cleanup_retryable; -#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING void (*invalidate_range)(struct ib_umem_odp *umem_odp, unsigned long start, unsigned long end); struct mutex per_mm_list_lock; struct list_head per_mm_list; -#endif struct ib_rdmacg_object cg_obj; /* |