]> Pileus Git - ~andy/linux/blobdiff - fs/fuse/fuse_i.h
Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwm
[~andy/linux] / fs / fuse / fuse_i.h
index 771fb6322c0750d223bb2ee7873f6d0cdbdef41b..e24dd74e3068d130545ee58f918519d4ca2ee620 100644 (file)
@@ -484,6 +484,9 @@ struct fuse_conn {
        /** Is fallocate not implemented by fs? */
        unsigned no_fallocate:1;
 
+       /** Use enhanced/automatic page cache invalidation. */
+       unsigned auto_inval_data:1;
+
        /** The number of requests waiting for completion */
        atomic_t num_waiting;