diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-01-31 17:08:11 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-01-31 17:08:11 +0100 |
commit | 23c153e54197171f30b889d9654929d74b6599d5 (patch) | |
tree | e990426cfcfa9f75d4a97420b2cf861f01bd7bf3 /include | |
parent | 4582a4ab2a0e7218449fb2e895d0aae9ea753c94 (diff) | |
download | linux-23c153e54197171f30b889d9654929d74b6599d5.tar.gz linux-23c153e54197171f30b889d9654929d74b6599d5.tar.bz2 linux-23c153e54197171f30b889d9654929d74b6599d5.zip |
fuse: bump version for READDIRPLUS
Yeah, we have a capability flag for this as well, so this is not strictly
necessary, but it doesn't hurt either.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/fuse.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h index 5dc1fea49ecd..3451b6061e69 100644 --- a/include/uapi/linux/fuse.h +++ b/include/uapi/linux/fuse.h @@ -60,6 +60,9 @@ * * 7.20 * - add FUSE_AUTO_INVAL_DATA + * + * 7.21 + * - add FUSE_READDIRPLUS */ #ifndef _LINUX_FUSE_H @@ -91,7 +94,7 @@ #define FUSE_KERNEL_VERSION 7 /** Minor version number of this interface */ -#define FUSE_KERNEL_MINOR_VERSION 20 +#define FUSE_KERNEL_MINOR_VERSION 21 /** The node ID of the root inode */ #define FUSE_ROOT_ID 1 |