diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-01 11:58:51 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-01 11:58:51 +0000 |
commit | e77cc07e755c1e360455e707653f705d0bd25622 (patch) | |
tree | 4aa51ed10ce87556f71d1bc3591f7b0a33d701be /kernel/fuse_i.h | |
parent | cac547059462a58ec26159cdc408f5828cfe40e5 (diff) | |
download | libfuse-e77cc07e755c1e360455e707653f705d0bd25622.tar.gz |
fix
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r-- | kernel/fuse_i.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 { |