wrapper: remove file.h wrapper
[lttng-modules.git] / lttng-statedump-impl.c
index 52f7c48b282322344ebc20449b647ddd2a68a9cd..07ffbf7f461f6397dcb2a3218585e409ac317e52 100644 (file)
@@ -39,7 +39,6 @@
 #include <lttng-tracer.h>
 #include <wrapper/namespace.h>
 #include <wrapper/genhd.h>
-#include <wrapper/file.h>
 
 /* Define the tracepoints, but do not build the probes */
 #define CREATE_TRACE_POINTS
@@ -306,7 +305,7 @@ void lttng_enumerate_task_vm_maps(struct lttng_session *session,
                down_read(&mm->mmap_sem);
                while (map) {
                        if (map->vm_file)
-                               ino = map->vm_file->lttng_f_dentry->d_inode->i_ino;
+                               ino = map->vm_file->f_path.dentry->d_inode->i_ino;
                        else
                                ino = 0;
                        trace_lttng_statedump_vm_map(session, p, map, ino);
This page took 0.02453 seconds and 4 git commands to generate.