fix: statedump: undefined symbols caused by incorrect patch backport
[lttng-modules.git] / lttng-context-net-ns.c
index 24d7ae356da497cb7147149ffc3a6c765cecb44c..37de09f7bd3c010a53c990b2bacd8beffee375cd 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/sched.h>
+#include <linux/nsproxy.h>
 #include <net/net_namespace.h>
 #include <lttng-events.h>
 #include <wrapper/ringbuffer/frontend_types.h>
@@ -96,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.02296 seconds and 4 git commands to generate.