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

Commit c01ce254 authored by Jaegeuk Kim's avatar Jaegeuk Kim Committed by Jaegeuk Kim
Browse files

f2fs: declare static function for __build_free_nids



commit 3e7b5bbbef7f5eb8a19aa61b611c704bf8230937 upstream.

This patch avoids build warning.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 92c9dec3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);