X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-vpid.c;h=4093675e5589478a2de36391175deca8f980bbbf;hb=a3e70c0e6b666502c587fbfb996e72337cda04b9;hp=31a2c15e48dee190e08ca1120205521d01b5c89b;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-vpid.c b/lttng-context-vpid.c index 31a2c15e..4093675e 100644 --- a/lttng-context-vpid.c +++ b/lttng-context-vpid.c @@ -12,7 +12,6 @@ #include #include #include -#include #include static @@ -83,7 +82,6 @@ int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx) field->record = vpid_record; field->get_value = vpid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_vpid_to_ctx);