]> err.no Git - linux-2.6/blobdiff - fs/fuse/fuse_i.h
[PATCH] fuse: add O_ASYNC support to FUSE device
[linux-2.6] / fs / fuse / fuse_i.h
index a16a04fcf41eca2e37ac265a368a19eecf426dc3..e5cb46b784376faa3fce884491c4a28400ec7c9f 100644 (file)
@@ -318,6 +318,9 @@ struct fuse_conn {
 
        /** kobject */
        struct kobject kobj;
+
+       /** O_ASYNC requests */
+       struct fasync_struct *fasync;
 };
 
 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb)