ALSA: usb: fix corrupted pointers due to interface setting change
[deliverable/linux.git] / mm / page_ext.c
index 514a3bccd63f526c2b09782f2fc09a44f08ce22e..d86fd2f5353fcb05d39c27887f64b81e148a2bc6 100644 (file)
@@ -5,6 +5,7 @@
 #include <linux/memory.h>
 #include <linux/vmalloc.h>
 #include <linux/kmemleak.h>
+#include <linux/page_owner.h>
 
 /*
  * struct page extension
  */
 
 static struct page_ext_operations *page_ext_ops[] = {
+       &debug_guardpage_ops,
+#ifdef CONFIG_PAGE_POISONING
+       &page_poisoning_ops,
+#endif
+#ifdef CONFIG_PAGE_OWNER
+       &page_owner_ops,
+#endif
 };
 
 static unsigned long total_usage;
This page took 0.030061 seconds and 5 git commands to generate.