X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttng-context-pid-ns.c;h=ccf629d4f995f7746ff7915f852d52cf3cc6e8f9;hb=ea53823c42a70a80566a340834e2b00e650406b9;hp=f039f2606f81f7f7107fd22ffd40c0ddb4c59358;hpb=d551a26d9a6bf87e80708ad8a35f49111442bf11;p=lttng-modules.git diff --git a/lttng-context-pid-ns.c b/lttng-context-pid-ns.c index f039f260..ccf629d4 100644 --- a/lttng-context-pid-ns.c +++ b/lttng-context-pid-ns.c @@ -98,7 +98,7 @@ int lttng_add_pid_ns_to_ctx(struct lttng_ctx **ctx) field->record = pid_ns_record; field->get_value = pid_ns_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_pid_ns_to_ctx);