X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Finternal.h;h=71859c4d0b41b820dfe22bca4d30d8863ad86df7;hb=04f522476a267e5d2d15d4b0c9e1500027e69879;hp=4d5af583ab031964f5fd427953940e26ec671a78;hpb=0c38ec716cdc0397f5225047c33a3144da93f5d8;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/internal.h b/fs/internal.h index 4d5af583ab03..71859c4d0b41 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -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 *);