X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-ppid.c;h=bba8f6577efcf33e7462855b27b7b20fae97e23c;hb=12528a82c68296e003358cca0c35d269973780cf;hp=8935fad019256b5aeef441a6fcec2afeeee2c1cc;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-ppid.c b/lttng-context-ppid.c index 8935fad0..bba8f657 100644 --- a/lttng-context-ppid.c +++ b/lttng-context-ppid.c @@ -13,7 +13,6 @@ #include #include #include -#include #include static @@ -90,7 +89,6 @@ 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(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_ppid_to_ctx);