summaryrefslogtreecommitdiffstats
path: root/mm/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/debug.c')
-rw-r--r--mm/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/debug.c b/mm/debug.c
index 78dc54877075..61b1f1bb328e 100644
--- a/mm/debug.c
+++ b/mm/debug.c
@@ -11,6 +11,7 @@
11#include <linux/memcontrol.h> 11#include <linux/memcontrol.h>
12#include <trace/events/mmflags.h> 12#include <trace/events/mmflags.h>
13#include <linux/migrate.h> 13#include <linux/migrate.h>
14#include <linux/page_owner.h>
14 15
15#include "internal.h" 16#include "internal.h"
16 17
@@ -67,6 +68,7 @@ void dump_page_badflags(struct page *page, const char *reason,
67void dump_page(struct page *page, const char *reason) 68void dump_page(struct page *page, const char *reason)
68{ 69{
69 dump_page_badflags(page, reason, 0); 70 dump_page_badflags(page, reason, 0);
71 dump_page_owner(page);
70} 72}
71EXPORT_SYMBOL(dump_page); 73EXPORT_SYMBOL(dump_page);
72 74