Skip to content

Commit 36defdd

Browse files
Eric Sandeenakpm00
authored andcommitted
nilfs2: convert to use the new mount API
Convert nilfs2 to use the new mount API. [[email protected]: v2] Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] [konishi.ryusuke: fixed missing SB_RDONLY flag repair in nilfs_reconfigure] Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Eric Sandeen <[email protected]> Signed-off-by: Ryusuke Konishi <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent f4af41b commit 36defdd

File tree

4 files changed

+174
-229
lines changed

4 files changed

+174
-229
lines changed

fs/nilfs2/nilfs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ void __nilfs_error(struct super_block *sb, const char *function,
335335

336336
extern struct nilfs_super_block *
337337
nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **);
338-
extern int nilfs_store_magic_and_option(struct super_block *,
339-
struct nilfs_super_block *, char *);
338+
extern int nilfs_store_magic(struct super_block *sb,
339+
struct nilfs_super_block *sbp);
340340
extern int nilfs_check_feature_compatibility(struct super_block *,
341341
struct nilfs_super_block *);
342342
extern void nilfs_set_log_cursor(struct nilfs_super_block *,

0 commit comments

Comments
 (0)