Update Changelog for Version 2.12.3
[lttng-modules.git] / lttng-context-net-ns.c
index 6694037fbfbf81da6a58ddf48d6e2a7c1b55a5ce..37de09f7bd3c010a53c990b2bacd8beffee375cd 100644 (file)
@@ -97,7 +97,7 @@ int lttng_add_net_ns_to_ctx(struct lttng_ctx **ctx)
        field->record = net_ns_record;
        field->get_value = net_ns_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_net_ns_to_ctx);
This page took 0.022924 seconds and 4 git commands to generate.