Implement wrapper around get_pfnblock_flags_mask
[lttng-modules.git] / probes / lttng-probe-kmem.c
index c8252ec0514de99be69e499601c916bbfdaf3b74..01202418dfc499884cb2b6f7bac510439c01d79d 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/*
+ * This page_alloc.h wrapper needs to be included before gfpflags.h because it
+ * overrides a function with a define.
+ */
+#include "../wrapper/page_alloc.h"
 #include <linux/module.h>
 #include "../lttng-tracer.h"
 
This page took 0.022446 seconds and 4 git commands to generate.