X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-context-suid.c;h=ab3e2a95b7262b2af741e3abb924c76c47d61aa9;hb=ea53823c42a70a80566a340834e2b00e650406b9;hp=66d3ef5ac11df2d1d1eca5a65ab3be68a2642872;hpb=d551a26d9a6bf87e80708ad8a35f49111442bf11;p=lttng-modules.git diff --git a/lttng-context-suid.c b/lttng-context-suid.c index 66d3ef5a..ab3e2a95 100644 --- a/lttng-context-suid.c +++ b/lttng-context-suid.c @@ -70,7 +70,7 @@ int lttng_add_suid_to_ctx(struct lttng_ctx **ctx) field->record = suid_record; field->get_value = suid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_suid_to_ctx);