aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 6d4ef208ef65..343a537ab809 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -71,3 +71,12 @@ extern void chroot_fs_refs(struct path *, struct path *);
71 * file_table.c 71 * file_table.c
72 */ 72 */
73extern void mark_files_ro(struct super_block *); 73extern void mark_files_ro(struct super_block *);
74
75/*
76 * super.c
77 */
78#ifdef CONFIG_BLOCK
79extern void sync_blockdevs(void);
80#else
81static inline void sync_blockdevs(void) { }
82#endif