wrapper: remove vmalloc_sync_all
[lttng-modules.git] / lttng-context-prio.c
index 9cd843d5437e45af1a2afe9fd924cff247dcc254..23fa9d3a0b38e0ccce945bf881d6d5c50cc3b95c 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/sched.h>
 #include <lttng-events.h>
 #include <wrapper/ringbuffer/frontend_types.h>
-#include <wrapper/vmalloc.h>
 #include <wrapper/kallsyms.h>
 #include <lttng-tracer.h>
 
@@ -89,7 +88,6 @@ int lttng_add_prio_to_ctx(struct lttng_ctx **ctx)
        field->record = prio_record;
        field->get_value = prio_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_prio_to_ctx);
This page took 0.022191 seconds and 4 git commands to generate.