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. [sandeen@redhat.com: v2] Link: https://lkml.kernel.org/r/33d078a7-9072-4d8e-a3a9-dec23d4191da@redhat.com Link: https://lkml.kernel.org/r/20240425190526.10905-1-konishi.ryusuke@gmail.com [konishi.ryusuke: fixed missing SB_RDONLY flag repair in nilfs_reconfigure] Link: https://lkml.kernel.org/r/33d078a7-9072-4d8e-a3a9-dec23d4191da@redhat.com Link: https://lkml.kernel.org/r/20240424182716.6024-1-konishi.ryusuke@gmail.com Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent f4af41b commit 36defdd

4 files changed

Lines changed: 174 additions & 229 deletions

File tree

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)