aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/linux
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-29 23:43:44 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-29 23:43:44 +0000
commit162bcbbff3d531c7d1a630da706a2d0be80f8995 (patch)
treea18a613b5c852e2278d2282f82b0c659dc2294d2 /kernel/linux
parent7bde173b5c7fec5c41b3df56dff0e2a24d42df68 (diff)
downloadlibfuse-162bcbbff3d531c7d1a630da706a2d0be80f8995.tar.gz
fix
Diffstat (limited to 'kernel/linux')
-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;