[Intel-xe] [PATCH 2/6] maple_tree: Export mas_preallocate

Matthew Brost matthew.brost at intel.com
Wed Mar 15 23:19:16 UTC 2023


The DRM GPUVA implementation needs this function.

Signed-off-by: Matthew Brost <matthew.brost at intel.com>
---
 lib/maple_tree.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/maple_tree.c b/lib/maple_tree.c
index df352f6ccc24..312cc1ceb534 100644
--- a/lib/maple_tree.c
+++ b/lib/maple_tree.c
@@ -5726,6 +5726,7 @@ int mas_preallocate(struct ma_state *mas, void *entry, gfp_t gfp)
 	mas_reset(mas);
 	return ret;
 }
+EXPORT_SYMBOL_GPL(mas_preallocate);
 
 /*
  * mas_destroy() - destroy a maple state.
-- 
2.34.1



More information about the Intel-xe mailing list