aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 1f30d82..8b13d65 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -25,6 +25,9 @@
# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,8)
# define KERNEL_2_6_8_PLUS
# endif
+# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,9)
+# define KERNEL_2_6_9_PLUS
+# endif
# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10)
# define KERNEL_2_6_10_PLUS
# endif