X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-abi.c;h=826ecab465b83ab10b2a712da1704c8f772e6374;hb=ea53823c42a70a80566a340834e2b00e650406b9;hp=b63e376413490693e00cc38c2aea96e5cdfc9acb;hpb=d551a26d9a6bf87e80708ad8a35f49111442bf11;p=lttng-modules.git diff --git a/lttng-abi.c b/lttng-abi.c index b63e3764..826ecab4 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -30,7 +30,7 @@ #include #include #include -#include /* for wrapper_vmalloc_sync_all() */ +#include /* for wrapper_vmalloc_sync_mappings() */ #include #include #include @@ -1938,7 +1938,7 @@ int __init lttng_abi_init(void) { int ret = 0; - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); lttng_clock_ref(); ret = lttng_tp_mempool_init();