diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 0dcdd9458f4b..51bd9370d437 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1874,7 +1874,9 @@ extern loff_t default_llseek(struct file *file, loff_t offset, int origin); | |||
1874 | 1874 | ||
1875 | extern loff_t vfs_llseek(struct file *file, loff_t offset, int origin); | 1875 | extern loff_t vfs_llseek(struct file *file, loff_t offset, int origin); |
1876 | 1876 | ||
1877 | extern struct inode * inode_init_always(struct super_block *, struct inode *); | ||
1877 | extern void inode_init_once(struct inode *); | 1878 | extern void inode_init_once(struct inode *); |
1879 | extern void inode_add_to_lists(struct super_block *, struct inode *); | ||
1878 | extern void iput(struct inode *); | 1880 | extern void iput(struct inode *); |
1879 | extern struct inode * igrab(struct inode *); | 1881 | extern struct inode * igrab(struct inode *); |
1880 | extern ino_t iunique(struct super_block *, ino_t); | 1882 | extern ino_t iunique(struct super_block *, ino_t); |