f2fs: declare static function for __build_free_nids
commit 3e7b5bbbef7f5eb8a19aa61b611c704bf8230937 upstream. This patch avoids build warning. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
92c9dec342
commit
c01ce254c7
1 changed files with 1 additions and 1 deletions
|
@ -1806,7 +1806,7 @@ static void scan_nat_page(struct f2fs_sb_info *sbi,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void __build_free_nids(struct f2fs_sb_info *sbi, bool sync)
|
static void __build_free_nids(struct f2fs_sb_info *sbi, bool sync)
|
||||||
{
|
{
|
||||||
struct f2fs_nm_info *nm_i = NM_I(sbi);
|
struct f2fs_nm_info *nm_i = NM_I(sbi);
|
||||||
struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);
|
struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);
|
||||||
|
|
Loading…
Add table
Reference in a new issue