diff options
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 876275fc0638..d43e8b6685a2 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -2171,7 +2171,6 @@ extern loff_t vfs_llseek(struct file *file, loff_t offset, int origin); | |||
| 2171 | 2171 | ||
| 2172 | extern int inode_init_always(struct super_block *, struct inode *); | 2172 | extern int inode_init_always(struct super_block *, struct inode *); |
| 2173 | extern void inode_init_once(struct inode *); | 2173 | extern void inode_init_once(struct inode *); |
| 2174 | extern void inode_add_to_lists(struct super_block *, struct inode *); | ||
| 2175 | extern void iput(struct inode *); | 2174 | extern void iput(struct inode *); |
| 2176 | extern struct inode * igrab(struct inode *); | 2175 | extern struct inode * igrab(struct inode *); |
| 2177 | extern ino_t iunique(struct super_block *, ino_t); | 2176 | extern ino_t iunique(struct super_block *, ino_t); |
| @@ -2202,9 +2201,11 @@ extern int file_remove_suid(struct file *); | |||
| 2202 | 2201 | ||
| 2203 | extern void __insert_inode_hash(struct inode *, unsigned long hashval); | 2202 | extern void __insert_inode_hash(struct inode *, unsigned long hashval); |
| 2204 | extern void remove_inode_hash(struct inode *); | 2203 | extern void remove_inode_hash(struct inode *); |
| 2205 | static inline void insert_inode_hash(struct inode *inode) { | 2204 | static inline void insert_inode_hash(struct inode *inode) |
| 2205 | { | ||
| 2206 | __insert_inode_hash(inode, inode->i_ino); | 2206 | __insert_inode_hash(inode, inode->i_ino); |
| 2207 | } | 2207 | } |
| 2208 | extern void inode_sb_list_add(struct inode *inode); | ||
| 2208 | 2209 | ||
| 2209 | #ifdef CONFIG_BLOCK | 2210 | #ifdef CONFIG_BLOCK |
| 2210 | extern void submit_bio(int, struct bio *); | 2211 | extern void submit_bio(int, struct bio *); |
