From: Miklos Szeredi Date: Wed, 23 Jun 2010 08:56:01 +0000 (+0000) Subject: update fuse_kernel.h X-Git-Tag: fuse_2_9_0~110 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ed5d0707395639d02976282dd659bc0cf209285a;p=qemu-gpiodev%2Flibfuse.git update 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