X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-debugfs-abi.c;h=4319ef3fbac635f38279f8b21d86ce2c167b1680;hb=6d2a620c03c40df6fb09429e9895f71c5d9dfa76;hp=2f200ed143e73ae2bad5e364d5c98023f8f72a25;hpb=a509e13364a2d024a2ae2acbeee3ac4ac2634842;p=lttng-modules.git diff --git a/ltt-debugfs-abi.c b/ltt-debugfs-abi.c index 2f200ed1..4319ef3f 100644 --- a/ltt-debugfs-abi.c +++ b/ltt-debugfs-abi.c @@ -28,7 +28,7 @@ #include #include #include -#include /* For vmalloc_sync_all */ +#include "wrapper/symbols.h" /* for wrapper_vmalloc_sync_all() */ #include "wrapper/ringbuffer/vfs.h" #include "ltt-debugfs-abi.h" #include "ltt-events.h" @@ -538,7 +538,7 @@ int __init ltt_debugfs_abi_init(void) { int ret = 0; - vmalloc_sync_all(); + wrapper_vmalloc_sync_all(); lttng_dentry = debugfs_create_file("lttng", S_IWUSR, NULL, NULL, <tng_fops); if (IS_ERR(lttng_dentry) || !lttng_dentry) {