From 2df1c04f30802df9a23a19e22042884430c429d2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 6 Nov 2001 15:07:17 +0000 Subject: cleanups --- include/linux/fuse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux/fuse.h') 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 -- cgit v1.2.3