From ed5d0707395639d02976282dd659bc0cf209285a Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 23 Jun 2010 08:56:01 +0000 Subject: update fuse_kernel.h --- include/fuse_kernel.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'include/fuse_kernel.h') 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 -- cgit v1.2.3