From c40748abd7f911b3c622600bd23b8517bd8f09c4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 20 Feb 2004 16:38:45 +0000 Subject: fix --- include/linux/fuse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/linux/fuse.h') diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 10ef186..834c1be 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -20,11 +20,11 @@ /** Opening this will yield a new control file */ #define FUSE_DEV "/proc/fs/fuse/dev" +/** The file containing the version in the form MAJOR.MINOR */ +#define FUSE_VERSION_FILE "/proc/fs/fuse/version" + /** Data passed to mount */ struct fuse_mount_data { - /** Must be set to FUSE_KERNEL_VERSION */ - int version; - /** The control file descriptor */ int fd; -- cgit v1.2.3