summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2020-03-24 09:20:57 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2020-03-31 06:46:25 +0300
commit74878565fbbf29d9be092504e87ec219e1359a43 (patch)
tree63342baab26cbd938af78af60ae0bf14d63640d9 /tools/perf/scripts/python/export-to-postgresql.py
parent7653b9d87516ed65e112d2273c65eca6f97d0a27 (diff)
downloadlinux-74878565fbbf29d9be092504e87ec219e1359a43.tar.xz
f2fs: fix to avoid double unlock
On image that has verity and compression feature, if compressed pages and non-compressed pages are mixed in one bio, we may double unlock non-compressed page in below flow: - f2fs_post_read_work - f2fs_decompress_work - f2fs_decompress_bio - __read_end_io - unlock_page - fsverity_enqueue_verify_work - f2fs_verity_work - f2fs_verify_bio - unlock_page So it should skip handling non-compressed page in f2fs_decompress_work() if verity is on. Besides, add missing dec_page_count() in f2fs_verify_bio(). Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions