aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-01-07 12:16:45 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-01-07 12:16:45 +0000
commitf85ab249900582dc9b212d89622bb4b361ef24f2 (patch)
tree99cddfe009af9654ac32a8b699587c02aa5ca4c9 /include
parent5d493354f82259a1d8c4b49f1308eaa691eb7078 (diff)
downloadlibfuse-f85ab249900582dc9b212d89622bb4b361ef24f2.tar.gz
integrated 2.6 kernel support
Diffstat (limited to 'include')
-rw-r--r--include/linux/fuse.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h
index 9f9609e..bcd85b0 100644
--- a/include/linux/fuse.h
+++ b/include/linux/fuse.h
@@ -20,11 +20,6 @@
/** Opening this will yield a new control file */
#define FUSE_DEV "/proc/fs/fuse/dev"
-/** Read combining parameters */
-#define FUSE_BLOCK_SHIFT 16
-#define FUSE_BLOCK_SIZE 65536
-#define FUSE_BLOCK_MASK 0xffff0000
-
/** Data passed to mount */
struct fuse_mount_data {
/** Must be set to FUSE_KERNEL_VERSION */
@@ -131,6 +126,7 @@ struct fuse_getdir_out {
void *file; /* Used by kernel only */
};
+/* FIXME: 2.6 needs 32 bit rdev */
struct fuse_mknod_in {
unsigned short mode;
unsigned short rdev;