diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fuse.h | 6 |
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; |