1
0
Fork 0

f2fs: declare static function for __build_free_nids

This patch avoids build warning.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
hifive-unleashed-5.1
Jaegeuk Kim 2016-10-17 15:36:31 -07:00
parent 15d0435455
commit 3e7b5bbbef
1 changed files with 1 additions and 1 deletions

View File

@ -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 curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);