Rename symbols.h to vmalloc.h
[lttng-modules.git] / probes / lttng-types.c
index c88d4735d968d482faa63e420feba1f4229662b1..c447b7de8b3238d4d6dca53ea4799c914b9d7ad6 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/seq_file.h>
 #include <linux/jbd.h> /* tid_t */
 #include <linux/debugfs.h>
+#include "../wrapper/vmalloc.h"        /* for wrapper_vmalloc_sync_all() */
 #include "lttng-types.h"
 
 struct dentry *lttng_types_dentry;
@@ -185,6 +186,7 @@ static int lttng_types_init(void)
 {
        int ret = 0;
 
+       wrapper_vmalloc_sync_all();
        lttng_types_dentry = debugfs_create_file("lttng-types", S_IWUSR,
                                        NULL, NULL, &lttng_types_fops);
        if (IS_ERR(lttng_types_dentry) || !lttng_types_dentry) {
This page took 0.023728 seconds and 4 git commands to generate.