From: Miklos Szeredi Date: Mon, 7 Nov 2005 08:59:49 +0000 (-0800) Subject: [PATCH] FUSE: bump interface minor version X-Git-Tag: v2.6.16.28-rc1~3348 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b62073d502a88fedc5c369f8a004bda7c9d1999;p=karo-tx-linux.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/fuse.h b/include/linux/fuse.h index f98854c2abd7..6e91c9a3a0b6 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