diff options
author | Jack Qiu <jack.qiu@huawei.com> | 2020-06-18 07:37:10 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2020-06-18 22:35:38 +0300 |
commit | da52f8ade40b032eb8111a0fd514c8ac5f8f0f1b (patch) | |
tree | 26735801a071d7434e511a417cc7a8b132c2fd5f /crypto/chacha20poly1305.c | |
parent | db5ae363292705d52c5b653d5079a07a6417ef4c (diff) | |
download | linux-da52f8ade40b032eb8111a0fd514c8ac5f8f0f1b.tar.xz |
f2fs: get the right gc victim section when section has several segments
Assume each section has 4 segment:
.___________________________.
|_Segment0_|_..._|_Segment3_|
. .
. .
.__________.
|_section0_|
Segment 0~2 has 0 valid block, segment 3 has 512 valid blocks.
It will fail if we want to gc section0 in this scenes,
because all 4 segments in section0 is not dirty.
So we should use dirty section bitmap instead of dirty segment bitmap
to get right victim section.
Signed-off-by: Jack Qiu <jack.qiu@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'crypto/chacha20poly1305.c')
0 files changed, 0 insertions, 0 deletions