X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-nice.c;h=2eefec34568117506e9a8b3cb457c28c89a38885;hb=46e25482873e8c85b547db4cec1734f127b27488;hp=89283d0f82472f4434ddaff91df029ed30ce4186;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-nice.c b/lttng-context-nice.c index 89283d0f..2eefec34 100644 --- a/lttng-context-nice.c +++ b/lttng-context-nice.c @@ -12,7 +12,6 @@ #include #include #include -#include #include static @@ -68,7 +67,6 @@ int lttng_add_nice_to_ctx(struct lttng_ctx **ctx) field->record = nice_record; field->get_value = nice_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_nice_to_ctx);