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 bd6ae6c71fc8..4a573cf13f51 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2191,6 +2191,7 @@ extern struct inode * iget_locked(struct super_block *, unsigned long); | |||
2191 | extern int insert_inode_locked4(struct inode *, unsigned long, int (*test)(struct inode *, void *), void *); | 2191 | extern int insert_inode_locked4(struct inode *, unsigned long, int (*test)(struct inode *, void *), void *); |
2192 | extern int insert_inode_locked(struct inode *); | 2192 | extern int insert_inode_locked(struct inode *); |
2193 | extern void unlock_new_inode(struct inode *); | 2193 | extern void unlock_new_inode(struct inode *); |
2194 | extern unsigned int get_next_ino(void); | ||
2194 | 2195 | ||
2195 | extern void __iget(struct inode * inode); | 2196 | extern void __iget(struct inode * inode); |
2196 | extern void iget_failed(struct inode *); | 2197 | extern void iget_failed(struct inode *); |