From: Liam R. Howlett Date: Wed, 26 Aug 2020 14:34:03 +0000 (-0400) Subject: mmap stuff X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1810fb52318c356aec1def42bd995d4f53fc9daf;p=users%2Fjedix%2Flinux-maple.git mmap stuff Signed-off-by: Liam R. Howlett --- diff --git a/mm/mmap.c b/mm/mmap.c index 72a87f14cbe2..cca6a1bbb92a 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -56,7 +56,7 @@ #include #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 */