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

f2fs: declare static function

The __f2fs_commit_super is static.
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent b4d07a3e
...@@ -1195,7 +1195,7 @@ static int read_raw_super_block(struct super_block *sb, ...@@ -1195,7 +1195,7 @@ static int read_raw_super_block(struct super_block *sb,
return 0; 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 f2fs_super_block *super = F2FS_RAW_SUPER(sbi);
struct buffer_head *bh; struct buffer_head *bh;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment