X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-vtid.c;h=dc0e99b99bfb7517c200d5de97c144850f1eee89;hb=6d001e9c8d3f2ed8bfd878793e3146dfc4ecb37a;hp=a7da7d2efa320e23c70a1871aa70e6a867efd90c;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-vtid.c b/lttng-context-vtid.c index a7da7d2e..dc0e99b9 100644 --- a/lttng-context-vtid.c +++ b/lttng-context-vtid.c @@ -12,7 +12,6 @@ #include #include #include -#include #include static @@ -83,7 +82,6 @@ int lttng_add_vtid_to_ctx(struct lttng_ctx **ctx) field->record = vtid_record; field->get_value = vtid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_vtid_to_ctx);