]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mmap stuff
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 26 Aug 2020 14:34:03 +0000 (10:34 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:09:20 +0000 (15:09 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c

index 72a87f14cbe2388b187f000f9cb151089bf401ea..cca6a1bbb92a1bd04fc2e1f68bec792ff99087dc 100644 (file)
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -56,7 +56,7 @@
 #include <trace/events/mmap.h>
 
 #include "internal.h"
-extern void mt_validate(struct maple_tree *mt);
+extern void mtree_direct_destroy(struct maple_tree *mt);
 
 #ifndef arch_mmap_check
 #define arch_mmap_check(addr, len, flags)      (0)
@@ -292,6 +292,7 @@ out:
 }
 
 #if defined(CONFIG_DEBUG_MAPLE_TREE)
+extern void mt_validate(struct maple_tree *mt);
 extern void mt_dump(const struct maple_tree *mt);
 
 /* Validate the maple tree */