diff options
-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 |