linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] maple_tree: export symbol mas_preallocate()
@ 2023-03-02  1:10 Danilo Krummrich
  2023-03-02  1:52 ` Liam R. Howlett
  0 siblings, 1 reply; 8+ messages in thread
From: Danilo Krummrich @ 2023-03-02  1:10 UTC (permalink / raw)
  To: Liam.Howlett; +Cc: linux-mm, linux-kernel, Danilo Krummrich

Fix missing EXPORT_SYMBOL_GPL() statement for mas_preallocate().

Signed-off-by: Danilo Krummrich <dakr@redhat.com>
---
 lib/maple_tree.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/maple_tree.c b/lib/maple_tree.c
index 26e2045d3cda..3bfb8a6f3f6d 100644
--- a/lib/maple_tree.c
+++ b/lib/maple_tree.c
@@ -5733,6 +5733,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.39.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-08 17:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02  1:10 [PATCH] maple_tree: export symbol mas_preallocate() Danilo Krummrich
2023-03-02  1:52 ` Liam R. Howlett
2023-03-08 10:59   ` Vlastimil Babka
2023-03-08 14:34     ` Danilo Krummrich
2023-03-08 14:43       ` Christoph Hellwig
2023-03-08 15:18         ` Danilo Krummrich
2023-03-08 15:29           ` Christoph Hellwig
2023-03-08 17:43             ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox