summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2018-07-29 12:16:59 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-09-18 13:39:34 -0700
commit45cd1d9d075fc6c4d90d3c758f1fe60e9a3e10e0 (patch)
tree313da2d558ec6b026d264c4121fe0706c7cef096 /tools/perf/scripts/python/compaction-times.py
parent7b4d1de67b1d81016fb4759fb3582f05f67f2f4c (diff)
f2fs: fix to clear PG_checked flag in set_page_dirty()
PG_checked flag will be set on data page during GC, later, we can recognize such page by the flag and migrate page to cold segment. But previously, we don't clear this flag when invalidating data page, after page redirtying, we will write it into wrong log. Let's clear PG_checked flag in set_page_dirty() to avoid this. Signed-off-by: Weichao Guo <guoweichao@huawei.com> Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions