aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fuse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h
index a6e74df..22897d4 100644
--- a/include/linux/fuse.h
+++ b/include/linux/fuse.h
@@ -9,11 +9,12 @@
/* This file defines the kernel interface of FUSE */
-#define FUSE_MOUNT_VERSION 1
+#define FUSE_KERNEL_VERSION 1
struct fuse_mount_data {
int version;
int fd;
+ unsigned int rootmode;
};
#define FUSE_ROOT_INO 1