diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index 6b706bc60a66..6a5c13a80660 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -80,6 +80,8 @@ extern void chroot_fs_refs(struct path *, struct path *); | |||
80 | /* | 80 | /* |
81 | * file_table.c | 81 | * file_table.c |
82 | */ | 82 | */ |
83 | extern void file_sb_list_add(struct file *f, struct super_block *sb); | ||
84 | extern void file_sb_list_del(struct file *f); | ||
83 | extern void mark_files_ro(struct super_block *); | 85 | extern void mark_files_ro(struct super_block *); |
84 | extern struct file *get_empty_filp(void); | 86 | extern struct file *get_empty_filp(void); |
85 | 87 | ||