]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/internal.h
Merge branch 'mvebu/config' into mvebu/for-next
[karo-tx-linux.git] / fs / internal.h
index 4d5af583ab031964f5fd427953940e26ec671a78..71859c4d0b41b820dfe22bca4d30d8863ad86df7 100644 (file)
@@ -112,14 +112,13 @@ extern int vfs_open(const struct path *, struct file *, const struct cred *);
 /*
  * inode.c
  */
-extern spinlock_t inode_sb_list_lock;
 extern long prune_icache_sb(struct super_block *sb, struct shrink_control *sc);
 extern void inode_add_lru(struct inode *inode);
 
 /*
  * fs-writeback.c
  */
-extern void inode_wb_list_del(struct inode *inode);
+extern void inode_io_list_del(struct inode *inode);
 
 extern long get_nr_dirty_inodes(void);
 extern void evict_inodes(struct super_block *);