X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-procname.c;h=40b23dbfa37f651bbee2c682e0ea8a980c1c9d62;hb=b071c2634cfc4bb7d2afb90dca43f0ef252a32fc;hp=8e4bbf97b52bb8485cc2f7b99c252a247bdb0f5a;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-procname.c b/lttng-context-procname.c index 8e4bbf97..40b23dbf 100644 --- a/lttng-context-procname.c +++ b/lttng-context-procname.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include @@ -71,7 +70,6 @@ int lttng_add_procname_to_ctx(struct lttng_ctx **ctx) field->record = procname_record; field->get_value = procname_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_procname_to_ctx);