aboutsummaryrefslogtreecommitdiff
path: root/kernel/linux/fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/linux/fuse.h')
-rw-r--r--kernel/linux/fuse.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/linux/fuse.h b/kernel/linux/fuse.h
index ea640e9..63973a7 100644
--- a/kernel/linux/fuse.h
+++ b/kernel/linux/fuse.h
@@ -23,12 +23,6 @@
/** The minor number of the fuse character device */
#define FUSE_MINOR 229
-/** Opening this will yield a new control file */
-#define FUSE_DEV "/dev/fuse"
-
-/** The file containing the version in the form MAJOR.MINOR */
-#define FUSE_VERSION_FILE "/sys/fs/fuse/version"
-
struct fuse_attr {
unsigned long ino;
unsigned int mode;