aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-02-20 16:38:45 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-02-20 16:38:45 +0000
commitc40748abd7f911b3c622600bd23b8517bd8f09c4 (patch)
tree3921bd77bcb57f36365cff93fb2bbe54af19b1d1 /include
parentb59586199b5c53fa7002e9e1e6accc08a515f420 (diff)
fix
Diffstat (limited to 'include')
-rw-r--r--include/linux/fuse.h6
1 files changed, 3 insertions, 3 deletions
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;