summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2010-10-06 08:48:55 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2010-10-26 01:18:19 (GMT)
commit56b0dacfa2b8416815a2f2a5f4f51e46be4cf14c (patch)
treef438745535c50a574a9c0e4a55fe5f526689204a /include
parentc37650161a53c01ddd88587675f9a4adc909a73e (diff)
downloadlinux-fsl-qoriq-56b0dacfa2b8416815a2f2a5f4f51e46be4cf14c.tar.xz
fs: mark destroy_inode static
Hugetlbfs used to need it, but after the destroy_inode and evict_inode changes it's not required anymore. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 0b03f49..0a5d836 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2187,7 +2187,6 @@ extern void unlock_new_inode(struct inode *);
extern void __iget(struct inode * inode);
extern void iget_failed(struct inode *);
extern void end_writeback(struct inode *);
-extern void destroy_inode(struct inode *);
extern void __destroy_inode(struct inode *);
extern struct inode *new_inode(struct super_block *);
extern int should_remove_suid(struct dentry *);