Rename symbols.h to vmalloc.h
[lttng-modules.git] / ltt-debugfs-abi.c
index 340f7ddc1d685cdace58f4357eece818398e587b..afee47c99f4dbf3bfb9ff706cdd980f48d88b9a4 100644 (file)
@@ -28,7 +28,8 @@
 #include <linux/file.h>
 #include <linux/uaccess.h>
 #include <linux/slab.h>
-#include <linux/ringbuffer/vfs.h>
+#include "wrapper/vmalloc.h"   /* for wrapper_vmalloc_sync_all() */
+#include "wrapper/ringbuffer/vfs.h"
 #include "ltt-debugfs-abi.h"
 #include "ltt-events.h"
 
@@ -537,6 +538,7 @@ int __init ltt_debugfs_abi_init(void)
 {
        int ret = 0;
 
+       wrapper_vmalloc_sync_all();
        lttng_dentry = debugfs_create_file("lttng", S_IWUSR, NULL, NULL,
                                           &lttng_fops);
        if (IS_ERR(lttng_dentry) || !lttng_dentry) {
This page took 0.02369 seconds and 4 git commands to generate.