wrapper: remove vmalloc_sync_all
[lttng-modules.git] / lttng-context-cgroup-ns.c
index a7f4e80f6565068b824efc0a526a7864a81689b5..0c284966bcb97607e9997b835d6848484d1e2bf9 100644 (file)
@@ -15,7 +15,6 @@
 #include <linux/cgroup.h>
 #include <lttng-events.h>
 #include <wrapper/ringbuffer/frontend_types.h>
-#include <wrapper/vmalloc.h>
 #include <wrapper/namespace.h>
 #include <lttng-tracer.h>
 
@@ -97,7 +96,6 @@ 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();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_cgroup_ns_to_ctx);
This page took 0.02255 seconds and 4 git commands to generate.