Fix: add missing versions and init call for page_alloc wrapper
[lttng-modules.git] / lttng-events.c
index aac9c5899355df496ec5a31f9635b43918220726..ffb605106ab6f775f467a7409f507947a1cdbc95 100644 (file)
@@ -2195,6 +2195,9 @@ static int __init lttng_events_init(void)
        if (ret)
                return ret;
        ret = wrapper_get_pfnblock_flags_mask_init();
+       if (ret)
+               return ret;
+       ret = wrapper_get_pageblock_flags_mask_init();
        if (ret)
                return ret;
        ret = lttng_context_init();
This page took 0.02293 seconds and 4 git commands to generate.