X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-vegid.c;h=1431dacb1632172aee7d313dae7d9946b2db3805;hb=eef478c9817f9525206304642f5f268c58f70ebc;hp=604da2a0d6e7498d44e33c573c8135143d19e759;hpb=dc923e75c174ee4e7a80e5f9af1dfd39fb8346ea;p=lttng-modules.git diff --git a/lttng-context-vegid.c b/lttng-context-vegid.c index 604da2a0..1431dacb 100644 --- a/lttng-context-vegid.c +++ b/lttng-context-vegid.c @@ -70,7 +70,7 @@ int lttng_add_vegid_to_ctx(struct lttng_ctx **ctx) field->record = vegid_record; field->get_value = vegid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_vegid_to_ctx);