lkml.org 
[lkml]   [2017]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] f2fs: remove unused function overprovision_sections
From
Date
On 2017/8/14 16:52, Yunlong Song wrote:
> Signed-off-by: Yunlong Song <yunlong.song@huawei.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

> ---
> fs/f2fs/segment.h | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h
> index 7f700e5..b9b4f85 100644
> --- a/fs/f2fs/segment.h
> +++ b/fs/f2fs/segment.h
> @@ -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));
>

\
 
 \ /
  Last update: 2017-08-15 14:38    [W:0.032 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site