diff options
Diffstat (limited to 'include')
-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 d695ba2346..2fe6e3f900 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1712,6 +1712,8 @@ extern void __iget(struct inode * inode); | |||
1712 | extern void clear_inode(struct inode *); | 1712 | extern void clear_inode(struct inode *); |
1713 | extern void destroy_inode(struct inode *); | 1713 | extern void destroy_inode(struct inode *); |
1714 | extern struct inode *new_inode(struct super_block *); | 1714 | extern struct inode *new_inode(struct super_block *); |
1715 | extern int __remove_suid(struct dentry *, int); | ||
1716 | extern int should_remove_suid(struct dentry *); | ||
1715 | extern int remove_suid(struct dentry *); | 1717 | extern int remove_suid(struct dentry *); |
1716 | extern void remove_dquot_ref(struct super_block *, int, struct list_head *); | 1718 | extern void remove_dquot_ref(struct super_block *, int, struct list_head *); |
1717 | 1719 | ||