diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 8593d5bae7a6..84849601363e 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -30,12 +30,6 @@ | |||
30 | doing the mount will be allowed to access the filesystem */ | 30 | doing the mount will be allowed to access the filesystem */ |
31 | #define FUSE_ALLOW_OTHER (1 << 1) | 31 | #define FUSE_ALLOW_OTHER (1 << 1) |
32 | 32 | ||
33 | /** If the FUSE_KERNEL_CACHE flag is given, then cached data will not | ||
34 | be flushed on open */ | ||
35 | #define FUSE_KERNEL_CACHE (1 << 2) | ||
36 | |||
37 | /** Bypass the page cache for read and write operations */ | ||
38 | #define FUSE_DIRECT_IO (1 << 3) | ||
39 | 33 | ||
40 | /** FUSE inode */ | 34 | /** FUSE inode */ |
41 | struct fuse_inode { | 35 | struct fuse_inode { |