X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-preemptible.c;h=40b2205ef48df52b61eea09f6d3e0d685b050835;hb=a3e70c0e6b666502c587fbfb996e72337cda04b9;hp=6a40f03a266bf44d66fa474c8ef84db26ec9a515;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-preemptible.c b/lttng-context-preemptible.c index 6a40f03a..40b2205e 100644 --- a/lttng-context-preemptible.c +++ b/lttng-context-preemptible.c @@ -13,7 +13,6 @@ #include #include #include -#include #include /* @@ -86,7 +85,6 @@ int lttng_add_preemptible_to_ctx(struct lttng_ctx **ctx) field->record = preemptible_record; field->get_value = preemptible_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_preemptible_to_ctx);