diff options
Diffstat (limited to 'fs/internal.h')
| -rw-r--r-- | fs/internal.h | 7 |
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; | |||
| 14 | struct linux_binprm; | 14 | struct linux_binprm; |
| 15 | struct path; | 15 | struct path; |
| 16 | struct mount; | 16 | struct mount; |
| 17 | struct 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 | */ |
| 113 | extern spinlock_t inode_sb_list_lock; | 114 | extern spinlock_t inode_sb_list_lock; |
| 114 | extern long prune_icache_sb(struct super_block *sb, unsigned long nr_to_scan, | 115 | extern long prune_icache_sb(struct super_block *sb, struct shrink_control *sc); |
| 115 | int nid); | ||
| 116 | extern void inode_add_lru(struct inode *inode); | 116 | extern 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 | */ |
| 130 | extern struct dentry *__d_alloc(struct super_block *, const struct qstr *); | 130 | extern struct dentry *__d_alloc(struct super_block *, const struct qstr *); |
| 131 | extern int d_set_mounted(struct dentry *dentry); | 131 | extern int d_set_mounted(struct dentry *dentry); |
| 132 | extern long prune_dcache_sb(struct super_block *sb, unsigned long nr_to_scan, | 132 | extern 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 |
