X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-context-vsgid.c;h=b82e4eab6d5b5b71d13e413a352e36ab1c73e433;hp=20987ddec5fc1dec255f7a83dd91636bb91177e2;hb=263b6c88138c3354d63dba3c70a965de94becd22;hpb=a65765406b03e4f3b7a4303e1c9ed83c86cdd358 diff --git a/lttng-context-vsgid.c b/lttng-context-vsgid.c index 20987dde..b82e4eab 100644 --- a/lttng-context-vsgid.c +++ b/lttng-context-vsgid.c @@ -70,7 +70,7 @@ int lttng_add_vsgid_to_ctx(struct lttng_ctx **ctx) field->record = vsgid_record; field->get_value = vsgid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_vsgid_to_ctx);