X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-ipc-ns.c;h=40b901b4b70c89fb5bd47fd34997507bc904c423;hb=ea53823c42a70a80566a340834e2b00e650406b9;hp=78d59660900841910e532f7689912538ff4564c2;hpb=d551a26d9a6bf87e80708ad8a35f49111442bf11;p=lttng-modules.git diff --git a/lttng-context-ipc-ns.c b/lttng-context-ipc-ns.c index 78d59660..40b901b4 100644 --- a/lttng-context-ipc-ns.c +++ b/lttng-context-ipc-ns.c @@ -96,7 +96,7 @@ int lttng_add_ipc_ns_to_ctx(struct lttng_ctx **ctx) field->record = ipc_ns_record; field->get_value = ipc_ns_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_ipc_ns_to_ctx);