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 1ff4d0a33b25..ea202fff44f8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2233,6 +2233,7 @@ extern void iget_failed(struct inode *); | |||
2233 | extern void end_writeback(struct inode *); | 2233 | extern void end_writeback(struct inode *); |
2234 | extern void __destroy_inode(struct inode *); | 2234 | extern void __destroy_inode(struct inode *); |
2235 | extern struct inode *new_inode(struct super_block *); | 2235 | extern struct inode *new_inode(struct super_block *); |
2236 | extern void free_inode_nonrcu(struct inode *inode); | ||
2236 | extern int should_remove_suid(struct dentry *); | 2237 | extern int should_remove_suid(struct dentry *); |
2237 | extern int file_remove_suid(struct file *); | 2238 | extern int file_remove_suid(struct file *); |
2238 | 2239 | ||