aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fuse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h
index 08ad214..9f9609e 100644
--- a/include/linux/fuse.h
+++ b/include/linux/fuse.h
@@ -11,6 +11,9 @@
/** Version number of this interface */
#define FUSE_KERNEL_VERSION 2
+/** Minor version number of this interface */
+#define FUSE_KERNEL_MINOR_VERSION 1
+
/** The inode number of the root indode */
#define FUSE_ROOT_INO 1