2005-10-24 17:01:58

by Miklos Szeredi

[permalink] [raw]
Subject: [PATCH 4/8] 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 <[email protected]>

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