]> git.lttng.org Git - lttng-modules.git/commitdiff
fix: include linux/fs.h for 'struct file' definition (v4.5)
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 16 Dec 2024 20:24:02 +0000 (15:24 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jan 2025 19:13:40 +0000 (14:13 -0500)
Change-Id: Ia97ff818f5555d54142e632f5e8eaef3430e3d03
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/wrapper/file_ref.h

index b44ada09d90ad30c310134f4d45c2df7eae418e4..164195a0cbfcc063b331bee47737296818f2df79 100644 (file)
@@ -7,6 +7,7 @@
 #define LTTNG_WRAPPER_FILE_REF_H
 
 #include <linux/file.h>
+#include <linux/fs.h>
 #include <lttng/kernel-version.h>
 
 #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,13,0))
This page took 0.031024 seconds and 4 git commands to generate.