mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
f2fs: declare static function
The __f2fs_commit_super is static. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
b4d07a3e1a
commit
06d6f22639
@ -1195,7 +1195,7 @@ next:
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user