fix: block: remove the request_queue to argument request based tracepoints (v5.11)
[lttng-modules.git] / lttng-context-euid.c
index 1bcd53f6f41add32a7ae43aead5f8c5e75dc2335..c2b8dcd76854342b6e0f1bf265e5f7e5f0be9653 100644 (file)
@@ -70,7 +70,7 @@ int lttng_add_euid_to_ctx(struct lttng_ctx **ctx)
        field->record = euid_record;
        field->get_value = euid_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_euid_to_ctx);
This page took 0.022448 seconds and 4 git commands to generate.