diff options
Diffstat (limited to 'fs/nilfs2/nilfs.h')
-rw-r--r-- | fs/nilfs2/nilfs.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index a7f5bc724e33..19af5ab86275 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
@@ -275,13 +275,10 @@ extern void nilfs_error(struct super_block *, const char *, const char *, ...) | |||
275 | extern void nilfs_warning(struct super_block *, const char *, const char *, ...) | 275 | extern void nilfs_warning(struct super_block *, const char *, const char *, ...) |
276 | __attribute__ ((format (printf, 3, 4))); | 276 | __attribute__ ((format (printf, 3, 4))); |
277 | extern struct nilfs_super_block * | 277 | extern struct nilfs_super_block * |
278 | nilfs_load_super_block(struct super_block *, struct buffer_head **); | 278 | nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **); |
279 | extern struct nilfs_super_block * | ||
280 | nilfs_reload_super_block(struct super_block *, struct buffer_head **, int); | ||
281 | extern int nilfs_store_magic_and_option(struct super_block *, | 279 | extern int nilfs_store_magic_and_option(struct super_block *, |
282 | struct nilfs_super_block *, char *); | 280 | struct nilfs_super_block *, char *); |
283 | extern void nilfs_update_last_segment(struct nilfs_sb_info *, int); | 281 | extern int nilfs_commit_super(struct nilfs_sb_info *, int); |
284 | extern int nilfs_commit_super(struct nilfs_sb_info *); | ||
285 | extern int nilfs_attach_checkpoint(struct nilfs_sb_info *, __u64); | 282 | extern int nilfs_attach_checkpoint(struct nilfs_sb_info *, __u64); |
286 | extern void nilfs_detach_checkpoint(struct nilfs_sb_info *); | 283 | extern void nilfs_detach_checkpoint(struct nilfs_sb_info *); |
287 | 284 | ||