diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-01-31 11:08:11 -0500 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-01-31 11:08:11 -0500 |
commit | 23c153e54197171f30b889d9654929d74b6599d5 (patch) | |
tree | e990426cfcfa9f75d4a97420b2cf861f01bd7bf3 /include/uapi | |
parent | 4582a4ab2a0e7218449fb2e895d0aae9ea753c94 (diff) |
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/uapi')
-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 @@ | |||
60 | * | 60 | * |
61 | * 7.20 | 61 | * 7.20 |
62 | * - add FUSE_AUTO_INVAL_DATA | 62 | * - add FUSE_AUTO_INVAL_DATA |
63 | * | ||
64 | * 7.21 | ||
65 | * - add FUSE_READDIRPLUS | ||
63 | */ | 66 | */ |
64 | 67 | ||
65 | #ifndef _LINUX_FUSE_H | 68 | #ifndef _LINUX_FUSE_H |
@@ -91,7 +94,7 @@ | |||
91 | #define FUSE_KERNEL_VERSION 7 | 94 | #define FUSE_KERNEL_VERSION 7 |
92 | 95 | ||
93 | /** Minor version number of this interface */ | 96 | /** Minor version number of this interface */ |
94 | #define FUSE_KERNEL_MINOR_VERSION 20 | 97 | #define FUSE_KERNEL_MINOR_VERSION 21 |
95 | 98 | ||
96 | /** The node ID of the root inode */ | 99 | /** The node ID of the root inode */ |
97 | #define FUSE_ROOT_ID 1 | 100 | #define FUSE_ROOT_ID 1 |