]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/fuse/fuse_i.h
[PATCH] fuse: more flexible caching
[mv-sheeva.git] / fs / fuse / fuse_i.h
index 8593d5bae7a604284605df0799f94425023c4bdd..84849601363eaf1730c734f033c513c83c1421e6 100644 (file)
     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)
-
-/** Bypass the page cache for read and write operations  */
-#define FUSE_DIRECT_IO           (1 << 3)
 
 /** FUSE inode */
 struct fuse_inode {