X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.c;h=2820a0e4d1f9045017dd772d08b7f9325be85cc9;hb=165eee701dce7f180d958125c1794459280fe64d;hp=135c8c527123acd43266c7191148d9bc314121a8;hpb=821a88704788e063a532c2683d598aaf5e032d24;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index 135c8c52..2820a0e4 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -20,6 +20,12 @@ * 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 #include #include @@ -1271,7 +1277,9 @@ static int __init lttng_events_init(void) ret = wrapper_lttng_fixup_sig(THIS_MODULE); if (ret) return ret; - + ret = wrapper_get_pfnblock_flags_mask_init(); + if (ret) + return ret; ret = lttng_tracepoint_init(); if (ret) return ret;