summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.h
diff options
context:
space:
mode:
authorYunlong Song2017-08-14 10:52:43 +0200
committerJaegeuk Kim2017-08-22 00:55:07 +0200
commitf24b150a63b208f4437efc7dc7a42954363641ca (patch)
treeda3666c259ecd59725ee0430e04c9a673cfcd50f /fs/f2fs/segment.h
parentf2fs: check hot_data for roll-forward recovery (diff)
downloadkernel-qcow2-linux-f24b150a63b208f4437efc7dc7a42954363641ca.tar.gz
kernel-qcow2-linux-f24b150a63b208f4437efc7dc7a42954363641ca.tar.xz
kernel-qcow2-linux-f24b150a63b208f4437efc7dc7a42954363641ca.zip
f2fs: remove unused function overprovision_sections
Signed-off-by: Yunlong Song <yunlong.song@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/segment.h')
-rw-r--r--fs/f2fs/segment.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h
index 7f700e54b77d..b9b4f85ffeb6 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));