diff options
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r-- | kernel/fuse_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 577681d..5a4a8b7 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -21,6 +21,8 @@ #include <linux/list.h> #include <linux/spinlock.h> +#define FUSE_BLOCK_PAGE_SHIFT (FUSE_BLOCK_SHIFT - PAGE_CACHE_SHIFT) + /** * A Fuse connection. |