aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 20fd1619ccfb..990adcbc0df2 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1688,7 +1688,6 @@ extern struct inode *new_inode(struct super_block *);
1688extern int __remove_suid(struct dentry *, int); 1688extern int __remove_suid(struct dentry *, int);
1689extern int should_remove_suid(struct dentry *); 1689extern int should_remove_suid(struct dentry *);
1690extern int remove_suid(struct dentry *); 1690extern int remove_suid(struct dentry *);
1691extern void remove_dquot_ref(struct super_block *, int, struct list_head *);
1692 1691
1693extern void __insert_inode_hash(struct inode *, unsigned long hashval); 1692extern void __insert_inode_hash(struct inode *, unsigned long hashval);
1694extern void remove_inode_hash(struct inode *); 1693extern void remove_inode_hash(struct inode *);