]> Pileus Git - ~andy/linux/blobdiff - fs/fuse/fuse_i.h
Merge commit 'v2.6.26-rc8' into x86/mce
[~andy/linux] / fs / fuse / fuse_i.h
index dadffa21a206d220307e9b3e1212b09080bf5741..bae948657c4fdfd268e86912c6b4fa6c1f944851 100644 (file)
@@ -404,6 +404,9 @@ struct fuse_conn {
        /** Is bmap not implemented by fs? */
        unsigned no_bmap : 1;
 
+       /** Do multi-page cached writes */
+       unsigned big_writes : 1;
+
        /** The number of requests waiting for completion */
        atomic_t num_waiting;