From e77cc07e755c1e360455e707653f705d0bd25622 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 1 Aug 2005 11:58:51 +0000 Subject: fix --- kernel/fuse_i.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'kernel/fuse_i.h') diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 7843a96..4faaff7 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -90,17 +90,11 @@ static inline void set_page_dirty_lock(struct page *page) doing the mount will be allowed to access the filesystem */ #define FUSE_ALLOW_OTHER (1 << 1) -/** If the FUSE_KERNEL_CACHE flag is given, then cached data will not - be flushed on open */ -#define FUSE_KERNEL_CACHE (1 << 2) - #ifndef KERNEL_2_6 /** Allow FUSE to combine reads into 64k chunks. This is useful if the filesystem is better at handling large chunks */ #define FUSE_LARGE_READ (1 << 31) #endif -/** Bypass the page cache for read and write operations */ -#define FUSE_DIRECT_IO (1 << 3) /** FUSE inode */ struct fuse_inode { -- cgit v1.2.3