]> 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 572cefc7801296ce1b15cba6223f09d9a9826072..e24dd74e3068d130545ee58f918519d4ca2ee620 100644 (file)
@@ -82,6 +82,9 @@ struct fuse_inode {
            preserve the original mode */
        umode_t orig_i_mode;
 
+       /** 64 bit inode number */
+       u64 orig_ino;
+
        /** Version of last attribute change */
        u64 attr_version;
 
@@ -478,6 +481,12 @@ struct fuse_conn {
        /** Are BSD file locking primitives not implemented by fs? */
        unsigned no_flock:1;
 
+       /** 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;