aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/internal.h b/fs/internal.h
index e9a61fe67575..d92c346a793d 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -14,6 +14,7 @@ struct file_system_type;
14struct linux_binprm; 14struct linux_binprm;
15struct path; 15struct path;
16struct mount; 16struct mount;
17struct shrink_control;
17 18
18/* 19/*
19 * block_dev.c 20 * block_dev.c
@@ -111,8 +112,7 @@ extern int open_check_o_direct(struct file *f);
111 * inode.c 112 * inode.c
112 */ 113 */
113extern spinlock_t inode_sb_list_lock; 114extern spinlock_t inode_sb_list_lock;
114extern long prune_icache_sb(struct super_block *sb, unsigned long nr_to_scan, 115extern long prune_icache_sb(struct super_block *sb, struct shrink_control *sc);
115 int nid);
116extern void inode_add_lru(struct inode *inode); 116extern void inode_add_lru(struct inode *inode);
117 117
118/* 118/*
@@ -129,8 +129,7 @@ extern int invalidate_inodes(struct super_block *, bool);
129 */ 129 */
130extern struct dentry *__d_alloc(struct super_block *, const struct qstr *); 130extern struct dentry *__d_alloc(struct super_block *, const struct qstr *);
131extern int d_set_mounted(struct dentry *dentry); 131extern int d_set_mounted(struct dentry *dentry);
132extern long prune_dcache_sb(struct super_block *sb, unsigned long nr_to_scan, 132extern long prune_dcache_sb(struct super_block *sb, struct shrink_control *sc);
133 int nid);
134 133
135/* 134/*
136 * read_write.c 135 * read_write.c