Fix: support ext4_journal_start on EL 8.4+
[lttng-modules.git] / lttng-context-sgid.c
index 61c8d533aea30149fdea28301c423d64c0a7a60f..2a58cbd446ac472dbd686f19497fa23e9a64d8f1 100644 (file)
@@ -70,7 +70,7 @@ int lttng_add_sgid_to_ctx(struct lttng_ctx **ctx)
        field->record = sgid_record;
        field->get_value = sgid_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_sgid_to_ctx);
This page took 0.023088 seconds and 4 git commands to generate.