X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-cgroup-ns.c;h=f324b7e79e466b60b2686e6e3e62b6d8001acc60;hb=f16315cc45c4c6b880de541bb092ca18a13952b7;hp=81486e514a592d96affa30f8e55880253c16cc48;hpb=a6cf40a4491954d6f81052f8bbce757f73727f16;p=lttng-modules.git diff --git a/lttng-context-cgroup-ns.c b/lttng-context-cgroup-ns.c index 81486e51..f324b7e7 100644 --- a/lttng-context-cgroup-ns.c +++ b/lttng-context-cgroup-ns.c @@ -97,7 +97,7 @@ int lttng_add_cgroup_ns_to_ctx(struct lttng_ctx **ctx) field->record = cgroup_ns_record; field->get_value = cgroup_ns_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_cgroup_ns_to_ctx);