X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=probes%2Flttng.c;h=e571ceea6795433324d35c6f18fa00846b98439e;hp=160e0bcdfcd8f0bea737b17fbe40f5d08250126c;hb=263b6c88138c3354d63dba3c70a965de94becd22;hpb=a65765406b03e4f3b7a4303e1c9ed83c86cdd358 diff --git a/probes/lttng.c b/probes/lttng.c index 160e0bcd..e571ceea 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);