update fuse_kernel.h
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 23 Jun 2010 08:56:01 +0000 (08:56 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 23 Jun 2010 08:56:01 +0000 (08:56 +0000)
include/fuse_kernel.h

index 6f9b9b5e8b116b3a11a9f5177e39acf7c135c40e..384c9f3b3fe7958b640343415f4f07564ac172c2 100644 (file)
  *  - add umask flag to input argument of open, mknod and mkdir
  *  - add notification messages for invalidation of inodes and
  *    directory entries
+ *
+ * 7.13
+ *  - make max number of background requests and congestion threshold
+ *    tunables
+ *
+ * 7.14
+ *  - add splice support to fuse device
  */
 
 #ifndef _LINUX_FUSE_H
@@ -92,7 +99,7 @@
 #define FUSE_KERNEL_VERSION 7
 
 /** Minor version number of this interface */
-#define FUSE_KERNEL_MINOR_VERSION 13
+#define FUSE_KERNEL_MINOR_VERSION 14
 
 /** The node ID of the root inode */
 #define FUSE_ROOT_ID 1