Skip to content

Commit

Permalink
f2fs: declare static function
Browse files Browse the repository at this point in the history
The __f2fs_commit_super is static.

Signed-off-by: Jaegeuk Kim <[email protected]>
  • Loading branch information
Jaegeuk Kim committed Dec 30, 2015
1 parent b4d07a3 commit 06d6f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/f2fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 06d6f22

Please sign in to comment.