X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-sgid.c;h=fae736da9cd9217dca4d3b1ca9a6139302bb63d7;hb=8835b53cd8eb53aa934075a9ba83d8759bcccf99;hp=4f58a14f680e4332d33420529a52c1a5f942bf62;hpb=ceabb767180e064629b5a9ab4ed14449da864763;p=lttng-modules.git diff --git a/lttng-context-sgid.c b/lttng-context-sgid.c index 4f58a14f..fae736da 100644 --- a/lttng-context-sgid.c +++ b/lttng-context-sgid.c @@ -14,7 +14,6 @@ #include #include #include -#include #include static @@ -70,7 +69,6 @@ int lttng_add_sgid_to_ctx(struct lttng_ctx **ctx) field->record = sgid_record; field->get_value = sgid_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_sgid_to_ctx);