Use exported symbol bdevname() instead of disk_name()
[lttng-modules.git] / lttng-context-vsuid.c
index 66c1300c3565b2a0a8945a8b33a03666fdea31c5..d7fb0db43c517c4afeb1840909f8a50d705f9c32 100644 (file)
@@ -70,7 +70,7 @@ int lttng_add_vsuid_to_ctx(struct lttng_ctx **ctx)
        field->record = vsuid_record;
        field->get_value = vsuid_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_vsuid_to_ctx);
This page took 0.029675 seconds and 4 git commands to generate.