lttng-test probe: remove compatibility code
[lttng-modules.git] / lttng-context-veuid.c
index a8810a770f7c0fda9b0d94f71cd6175bab0e1a61..28b7d3b24d743fd0b65edccacd0aeae720b5d46b 100644 (file)
@@ -14,7 +14,6 @@
 #include <lttng-events.h>
 #include <lttng-tracer.h>
 #include <wrapper/ringbuffer/frontend_types.h>
-#include <wrapper/vmalloc.h>
 #include <wrapper/user_namespace.h>
 
 static
@@ -70,7 +69,6 @@ int lttng_add_veuid_to_ctx(struct lttng_ctx **ctx)
        field->record = veuid_record;
        field->get_value = veuid_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_veuid_to_ctx);
This page took 0.023305 seconds and 4 git commands to generate.