diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index bae948657c4f..5d3146da64e6 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -464,6 +464,8 @@ static inline u64 get_node_id(struct inode *inode) | |||
464 | /** Device operations */ | 464 | /** Device operations */ |
465 | extern const struct file_operations fuse_dev_operations; | 465 | extern const struct file_operations fuse_dev_operations; |
466 | 466 | ||
467 | extern struct dentry_operations fuse_dentry_operations; | ||
468 | |||
467 | /** | 469 | /** |
468 | * Get a filled in inode | 470 | * Get a filled in inode |
469 | */ | 471 | */ |
@@ -604,6 +606,8 @@ void fuse_abort_conn(struct fuse_conn *fc); | |||
604 | */ | 606 | */ |
605 | void fuse_invalidate_attr(struct inode *inode); | 607 | void fuse_invalidate_attr(struct inode *inode); |
606 | 608 | ||
609 | void fuse_invalidate_entry_cache(struct dentry *entry); | ||
610 | |||
607 | /** | 611 | /** |
608 | * Acquire reference to fuse_conn | 612 | * Acquire reference to fuse_conn |
609 | */ | 613 | */ |