Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06d6f226 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: declare static function



The __f2fs_commit_super is static.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent b4d07a3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1195,7 +1195,7 @@ static int read_raw_super_block(struct super_block *sb,
	return 0;
}

int __f2fs_commit_super(struct f2fs_sb_info *sbi, int block)
static int __f2fs_commit_super(struct f2fs_sb_info *sbi, int block)
{
	struct f2fs_super_block *super = F2FS_RAW_SUPER(sbi);
	struct buffer_head *bh;