summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-07 08:59:49 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 15:53:42 (GMT)
commit5b62073d502a88fedc5c369f8a004bda7c9d1999 (patch)
treecc450425ceb954c05b119a6310535382a8f6fe90 /include
parentcc4e69dee4a080f6eae3f410daec2593f4fa6f00 (diff)
downloadlinux-fsl-qoriq-5b62073d502a88fedc5c369f8a004bda7c9d1999.tar.xz
[PATCH] FUSE: bump interface minor version
Though the following changes are all backward compatible (from the kernel's as well as the library's POV) change the minor version, so interested applications can detect new features. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h
index f98854c..6e91c9a 100644
--- a/include/linux/fuse.h
+++ b/include/linux/fuse.h
@@ -14,7 +14,7 @@
#define FUSE_KERNEL_VERSION 7
/** Minor version number of this interface */
-#define FUSE_KERNEL_MINOR_VERSION 2
+#define FUSE_KERNEL_MINOR_VERSION 3
/** The node ID of the root inode */
#define FUSE_ROOT_ID 1