diff options
Diffstat (limited to 'fs/ocfs2/inode.h')
-rw-r--r-- | fs/ocfs2/inode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index 2f5e1aa0ccbf..cd1caca545f5 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h | |||
@@ -118,6 +118,7 @@ static inline struct ocfs2_inode_info *OCFS2_I(struct inode *inode) | |||
118 | extern struct kmem_cache *ocfs2_inode_cache; | 118 | extern struct kmem_cache *ocfs2_inode_cache; |
119 | 119 | ||
120 | extern const struct address_space_operations ocfs2_aops; | 120 | extern const struct address_space_operations ocfs2_aops; |
121 | extern const struct ocfs2_caching_operations ocfs2_inode_caching_ops; | ||
121 | 122 | ||
122 | void ocfs2_clear_inode(struct inode *inode); | 123 | void ocfs2_clear_inode(struct inode *inode); |
123 | void ocfs2_delete_inode(struct inode *inode); | 124 | void ocfs2_delete_inode(struct inode *inode); |