X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Ffuse%2Ffuse_i.h;h=e24dd74e3068d130545ee58f918519d4ca2ee620;hb=fec3c03fb07ac2acae03199fa7472a29a0d9b49d;hp=771fb6322c0750d223bb2ee7873f6d0cdbdef41b;hpb=b478b2baa37ac99fc04a30809c780dd5dfd43595;p=~andy%2Flinux diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 771fb6322c0..e24dd74e306 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -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;