]> Pileus Git - ~andy/linux/blobdiff - fs/fuse/fuse_i.h
fuse: support clients that don't implement 'open'
[~andy/linux] / fs / fuse / fuse_i.h
index dc44b9e3a0c9cbcd9a15ff62ae08520410465ab2..2da5db2c8bdb8da6752eca718cff89232f1f75a5 100644 (file)
@@ -485,6 +485,9 @@ struct fuse_conn {
         * and hence races in setting them will not cause malfunction
         */
 
+       /** Is open/release not implemented by fs? */
+       unsigned no_open:1;
+
        /** Is fsync not implemented by fs? */
        unsigned no_fsync:1;