X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-context-ppid.c;h=13a521bdfc3a1efcfecb2647480b9501e6caa88f;hp=8935fad019256b5aeef441a6fcec2afeeee2c1cc;hb=263b6c88138c3354d63dba3c70a965de94becd22;hpb=a65765406b03e4f3b7a4303e1c9ed83c86cdd358 diff --git a/lttng-context-ppid.c b/lttng-context-ppid.c index 8935fad0..13a521bd 100644 --- a/lttng-context-ppid.c +++ b/lttng-context-ppid.c @@ -90,7 +90,7 @@ int lttng_add_ppid_to_ctx(struct lttng_ctx **ctx) field->record = ppid_record; field->get_value = ppid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_ppid_to_ctx);