OSDN Git Service

f2fs: do not set free of current section
authorYunlong Song <yunlong.song@huawei.com>
Thu, 12 Jul 2018 15:09:26 +0000 (23:09 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 1 Aug 2018 18:52:36 +0000 (11:52 -0700)
commit3611ce9911267cb93d364bd71ddea6821278d11f
tree199f9a038e10e47ff811b63d246e1ef813522be0
parent36b877af7992893b6d1ddbe96971cab5ab9e50eb
f2fs: do not set free of current section

For the case when sbi->segs_per_sec > 1, take section:segment = 5 for
example, if segment 1 is just used and allocate new segment 2, and the
blocks of segment 1 is invalidated, at this time, the previous code will
use __set_test_and_free to free the free_secmap and free_sections++,
this is not correct since it is still a current section, so fix it.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.h