aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index a16a04fcf41e..e5cb46b78437 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -318,6 +318,9 @@ struct fuse_conn {
318 318
319 /** kobject */ 319 /** kobject */
320 struct kobject kobj; 320 struct kobject kobj;
321
322 /** O_ASYNC requests */
323 struct fasync_struct *fasync;
321}; 324};
322 325
323static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb) 326static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb)