mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 11:40:53 +07:00
f2fs: declare static function for __build_free_nids
This patch avoids build warning. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
15d0435455
commit
3e7b5bbbef
@ -1805,7 +1805,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…
Reference in New Issue
Block a user