X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-vsgid.c;h=25221ca6616547fe834a57265235c22ba7698334;hb=422c59157ae5203ff884bed27e6ff5c30eb6cb7e;hp=20987ddec5fc1dec255f7a83dd91636bb91177e2;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-vsgid.c b/lttng-context-vsgid.c index 20987dde..25221ca6 100644 --- a/lttng-context-vsgid.c +++ b/lttng-context-vsgid.c @@ -14,7 +14,6 @@ #include #include #include -#include #include static @@ -70,7 +69,6 @@ int lttng_add_vsgid_to_ctx(struct lttng_ctx **ctx) field->record = vsgid_record; field->get_value = vsgid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_vsgid_to_ctx);