diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e0ecb8e75ebf..3c23c1dcb1bd 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2184,6 +2184,7 @@ extern void unlock_new_inode(struct inode *); | |||
2184 | extern void __iget(struct inode * inode); | 2184 | extern void __iget(struct inode * inode); |
2185 | extern void iget_failed(struct inode *); | 2185 | extern void iget_failed(struct inode *); |
2186 | extern void clear_inode(struct inode *); | 2186 | extern void clear_inode(struct inode *); |
2187 | extern void end_writeback(struct inode *); | ||
2187 | extern void destroy_inode(struct inode *); | 2188 | extern void destroy_inode(struct inode *); |
2188 | extern void __destroy_inode(struct inode *); | 2189 | extern void __destroy_inode(struct inode *); |
2189 | extern struct inode *new_inode(struct super_block *); | 2190 | extern struct inode *new_inode(struct super_block *); |