From f85ab249900582dc9b212d89622bb4b361ef24f2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 7 Jan 2004 12:16:45 +0000 Subject: integrated 2.6 kernel support --- include/linux/fuse.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/linux/fuse.h') 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; -- cgit v1.2.3