aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-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 0b03f490572f..0a5d83633884 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2187,7 +2187,6 @@ extern void unlock_new_inode(struct inode *);
2187extern void __iget(struct inode * inode); 2187extern void __iget(struct inode * inode);
2188extern void iget_failed(struct inode *); 2188extern void iget_failed(struct inode *);
2189extern void end_writeback(struct inode *); 2189extern void end_writeback(struct inode *);
2190extern void destroy_inode(struct inode *);
2191extern void __destroy_inode(struct inode *); 2190extern void __destroy_inode(struct inode *);
2192extern struct inode *new_inode(struct super_block *); 2191extern struct inode *new_inode(struct super_block *);
2193extern int should_remove_suid(struct dentry *); 2192extern int should_remove_suid(struct dentry *);