X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.c;h=9eb2c2f2ef838998e7eedb3fee14f0dddc7b9aa2;hb=6d2a620c03c40df6fb09429e9895f71c5d9dfa76;hp=93638cd8caa99c5fa08b4ab7c070b57de08cce5a;hpb=a509e13364a2d024a2ae2acbeee3ac4ac2634842;p=lttng-modules.git diff --git a/ltt-events.c b/ltt-events.c index 93638cd8..9eb2c2f2 100644 --- a/ltt-events.c +++ b/ltt-events.c @@ -11,7 +11,7 @@ #include #include #include -#include /* For vmalloc_sync_all */ +#include "wrapper/symbols.h" /* for wrapper_vmalloc_sync_all() */ #include "ltt-events.h" static LIST_HEAD(sessions); @@ -269,7 +269,7 @@ void ltt_transport_register(struct ltt_transport *transport) * registered. We deal with this here so we don't have to call * vmalloc_sync_all() in each module's init. */ - vmalloc_sync_all(); + wrapper_vmalloc_sync_all(); mutex_lock(&sessions_mutex); list_add_tail(&transport->node, <t_transport_list);