提交 06d6f226 编写于 作者: J Jaegeuk Kim

f2fs: declare static function

The __f2fs_commit_super is static.
Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
上级 b4d07a3e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册