Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23c153e5 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

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: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 4582a4ab
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -60,6 +60,9 @@
 *
 *
 * 7.20
 * 7.20
 *  - add FUSE_AUTO_INVAL_DATA
 *  - add FUSE_AUTO_INVAL_DATA
 *
 * 7.21
 *  - add FUSE_READDIRPLUS
 */
 */


#ifndef _LINUX_FUSE_H
#ifndef _LINUX_FUSE_H
@@ -91,7 +94,7 @@
#define FUSE_KERNEL_VERSION 7
#define FUSE_KERNEL_VERSION 7


/** Minor version number of this interface */
/** 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 */
/** The node ID of the root inode */
#define FUSE_ROOT_ID 1
#define FUSE_ROOT_ID 1