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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index b80b2aa..d226164 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -42,6 +42,9 @@
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,21)
# define KERNEL_2_6_21_PLUS
#endif
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)
+# define KERNEL_2_6_22_PLUS
+#endif
#if defined(__arm__) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)
#define DCACHE_BUG
@@ -85,6 +88,12 @@
#ifndef HAVE_CONFIG_BLOCK
#define CONFIG_BLOCK
#endif
+#ifndef FS_HAS_SUBTYPE
+#define FS_HAS_SUBTYPE 0
+#endif
+#ifndef FS_SAFE
+#define FS_SAFE 0
+#endif
/** Max number of pages that can be used in a single read request */
#define FUSE_MAX_PAGES_PER_REQ 32