diff options
Diffstat (limited to 'kernel/linux/fuse.h')
-rw-r--r-- | kernel/linux/fuse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/linux/fuse.h b/kernel/linux/fuse.h index 55af4d9..8e62f9f 100644 --- a/kernel/linux/fuse.h +++ b/kernel/linux/fuse.h @@ -12,16 +12,16 @@ #define FUSE_KERNEL_VERSION 4 /** Minor version number of this interface */ -#define FUSE_KERNEL_MINOR_VERSION 1 +#define FUSE_KERNEL_MINOR_VERSION 2 /** The node ID of the root inode */ #define FUSE_ROOT_ID 1 /** Opening this will yield a new control file */ -#define FUSE_DEV "/proc/fs/fuse/dev" +#define FUSE_DEV "/dev/fuse" /** The file containing the version in the form MAJOR.MINOR */ -#define FUSE_VERSION_FILE "/proc/fs/fuse/version" +#define FUSE_VERSION_FILE "/sys/fs/fuse/version" struct fuse_attr { unsigned long ino; |