]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/fs.h
fs: mark destroy_inode static
[mv-sheeva.git] / include / linux / fs.h
index 4f34ff6e55585b365db2c419c878e46c67d6d9b0..0a5d8363388406c63dbe41dd6925b5955bc57982 100644 (file)
@@ -1734,6 +1734,7 @@ static inline void file_accessed(struct file *file)
 }
 
 int sync_inode(struct inode *inode, struct writeback_control *wbc);
+int sync_inode_metadata(struct inode *inode, int wait);
 
 struct file_system_type {
        const char *name;
@@ -2186,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 *);