Update Changelog for Version 2.12.3
[lttng-modules.git] / lttng-context-user-ns.c
index 746e4d9d078259e67e23a704ec84a1d2d423d43e..0ed62e36c87b2efc35e61ba635f15d3603b5b5b2 100644 (file)
@@ -82,7 +82,7 @@ int lttng_add_user_ns_to_ctx(struct lttng_ctx **ctx)
        field->record = user_ns_record;
        field->get_value = user_ns_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_user_ns_to_ctx);
This page took 0.023313 seconds and 4 git commands to generate.