X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng.c;h=05bc1388df2926eebf0f15b080af5b55788f62d2;hb=ea53823c42a70a80566a340834e2b00e650406b9;hp=383202c68efd8f4f46c6dd30302de5e935f6c54f;hpb=d551a26d9a6bf87e80708ad8a35f49111442bf11;p=lttng-modules.git diff --git a/probes/lttng.c b/probes/lttng.c index 383202c6..05bc1388 100644 --- a/probes/lttng.c +++ b/probes/lttng.c @@ -116,7 +116,7 @@ int __init lttng_logger_init(void) { int ret = 0; - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); /* /dev/lttng-logger */ ret = misc_register(&logger_dev);