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

Commit f24b150a authored by Yunlong Song's avatar Yunlong Song Committed by Jaegeuk Kim
Browse files

f2fs: remove unused function overprovision_sections

parent 125c9fb1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -492,11 +492,6 @@ static inline int overprovision_segments(struct f2fs_sb_info *sbi)
	return SM_I(sbi)->ovp_segments;
}

static inline int overprovision_sections(struct f2fs_sb_info *sbi)
{
	return GET_SEC_FROM_SEG(sbi, (unsigned int)overprovision_segments(sbi));
}

static inline int reserved_sections(struct f2fs_sb_info *sbi)
{
	return GET_SEC_FROM_SEG(sbi, (unsigned int)reserved_segments(sbi));