diff options
Diffstat (limited to 'fs/nilfs2/nilfs.h')
-rw-r--r-- | fs/nilfs2/nilfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index cfedc48d78d9..0842d775b3e0 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
@@ -275,6 +275,8 @@ extern struct nilfs_super_block * | |||
275 | nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **); | 275 | nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **); |
276 | extern int nilfs_store_magic_and_option(struct super_block *, | 276 | extern int nilfs_store_magic_and_option(struct super_block *, |
277 | struct nilfs_super_block *, char *); | 277 | struct nilfs_super_block *, char *); |
278 | extern int nilfs_check_feature_compatibility(struct super_block *, | ||
279 | struct nilfs_super_block *); | ||
278 | extern void nilfs_set_log_cursor(struct nilfs_super_block *, | 280 | extern void nilfs_set_log_cursor(struct nilfs_super_block *, |
279 | struct the_nilfs *); | 281 | struct the_nilfs *); |
280 | extern struct nilfs_super_block **nilfs_prepare_super(struct nilfs_sb_info *, | 282 | extern struct nilfs_super_block **nilfs_prepare_super(struct nilfs_sb_info *, |