aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2010-06-23 08:56:01 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2010-06-23 08:56:01 +0000
commited5d0707395639d02976282dd659bc0cf209285a (patch)
tree6c217d7cb7998c34eba766f4e37f59d528c20a44 /include
parent8b2a7f59b3d07fb82f7df8fa8efd7ff38700e60d (diff)
downloadandroid_external_fuse-ed5d0707395639d02976282dd659bc0cf209285a.tar.gz
android_external_fuse-ed5d0707395639d02976282dd659bc0cf209285a.tar.bz2
android_external_fuse-ed5d0707395639d02976282dd659bc0cf209285a.zip
update fuse_kernel.h
Diffstat (limited to 'include')
-rw-r--r--include/fuse_kernel.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/fuse_kernel.h b/include/fuse_kernel.h
index 6f9b9b5..384c9f3 100644
--- a/include/fuse_kernel.h
+++ b/include/fuse_kernel.h
@@ -56,6 +56,13 @@
* - 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