]> 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>
Tue, 5 Jan 2021 17:30:17 +0000 (12:30 -0500)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c

index fd9e0e2307b8f21bfeb0cc451f680c9fe77b6ec6..103d81b4d43a973b78dd2c1a7dade272877e6492 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 */