Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e7b5bbb authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: declare static function for __build_free_nids



This patch avoids build warning.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 15d04354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);