diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index b4dac4fb6b61..6d4ef208ef65 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -66,3 +66,8 @@ extern void __init mnt_init(void); | |||
66 | * fs_struct.c | 66 | * fs_struct.c |
67 | */ | 67 | */ |
68 | extern void chroot_fs_refs(struct path *, struct path *); | 68 | extern void chroot_fs_refs(struct path *, struct path *); |
69 | |||
70 | /* | ||
71 | * file_table.c | ||
72 | */ | ||
73 | extern void mark_files_ro(struct super_block *); | ||