X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-ring-buffer-metadata-client.h;h=aef77806d8f997d2f934a0d9f14d4df12ea6573f;hb=dfdba96d16d1abaf22a80360145cba248fd722b5;hp=4c10297509d13fe11e49dff8e618c050b36f95c3;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/lttng-ring-buffer-metadata-client.h b/lttng-ring-buffer-metadata-client.h index 4c102975..aef77806 100644 --- a/lttng-ring-buffer-metadata-client.h +++ b/lttng-ring-buffer-metadata-client.h @@ -9,7 +9,6 @@ #include #include -#include /* for wrapper_vmalloc_sync_all() */ #include #include @@ -423,11 +422,6 @@ static struct lttng_transport lttng_relay_transport = { static int __init lttng_ring_buffer_client_init(void) { - /* - * This vmalloc sync all also takes care of the lib ring buffer - * vmalloc'd module pages when it is built as a module into LTTng. - */ - wrapper_vmalloc_sync_all(); lttng_transport_register(<tng_relay_transport); return 0; }