X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng.c;h=0d3182ffb4f947a1208b38781c229a035d84076d;hb=117ab60f69a98dcbc365de8008ab93e6699d153a;hp=383202c68efd8f4f46c6dd30302de5e935f6c54f;hpb=059de1478e398b662aaf1f5e71f07e0c78600545;p=lttng-modules.git diff --git a/probes/lttng.c b/probes/lttng.c index 383202c6..0d3182ff 100644 --- a/probes/lttng.c +++ b/probes/lttng.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) * * lttng.c * @@ -17,7 +17,7 @@ #include #include #include -#include +#include #define TP_MODULE_NOAUTOLOAD #define LTTNG_PACKAGE_BUILD @@ -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);