[RFC PATCH 3/8 v2] IB/odp: export rbt_ib_umem_for_each_in_range()

From: JÃrÃme Glisse
Date: Thu Aug 13 2015 - 15:23:47 EST


The mlx5 driver will need this function for its driver specific bit
of ODP (on demand paging) on HMM (Heterogeneous Memory Management).

Signed-off-by: JÃrÃme Glisse <jglisse@xxxxxxxxxx>
---
drivers/infiniband/core/umem_rbtree.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/infiniband/core/umem_rbtree.c b/drivers/infiniband/core/umem_rbtree.c
index 727d788..f030ec0 100644
--- a/drivers/infiniband/core/umem_rbtree.c
+++ b/drivers/infiniband/core/umem_rbtree.c
@@ -92,3 +92,4 @@ int rbt_ib_umem_for_each_in_range(struct rb_root *root,

return ret_val;
}
+EXPORT_SYMBOL(rbt_ib_umem_for_each_in_range);
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/