From 36ca556cdf9c2086f0b2cc9f1625a9616d307bd3 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 3 Nov 2003 19:32:14 +0000 Subject: read combining patch --- include/linux/fuse.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 507d872..4be9a28 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -17,6 +17,11 @@ /** 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 */ -- cgit v1.2.3