diff options
Diffstat (limited to 'include')
-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 2925f7011ece..d202600d36bd 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1780,6 +1780,7 @@ static inline struct inode *iget(struct super_block *sb, unsigned long ino) | |||
1780 | } | 1780 | } |
1781 | 1781 | ||
1782 | extern void __iget(struct inode * inode); | 1782 | extern void __iget(struct inode * inode); |
1783 | extern void iget_failed(struct inode *); | ||
1783 | extern void clear_inode(struct inode *); | 1784 | extern void clear_inode(struct inode *); |
1784 | extern void destroy_inode(struct inode *); | 1785 | extern void destroy_inode(struct inode *); |
1785 | extern struct inode *new_inode(struct super_block *); | 1786 | extern struct inode *new_inode(struct super_block *); |