[PATCH 4/8] FUSE: bump interface minor version

From: Miklos Szeredi
Date: Mon Oct 24 2005 - 12:02:06 EST


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@xxxxxxxxxx>

Index: linux/include/linux/fuse.h
===================================================================
--- linux.orig/include/linux/fuse.h 2005-10-24 14:26:16.000000000 +0200
+++ linux/include/linux/fuse.h 2005-10-24 14:26:41.000000000 +0200
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/