aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorZhongkun He <[email protected]>2024-02-19 10:44:53 +0800
committerAndrew Morton <[email protected]>2024-02-23 17:48:31 -0800
commit929e4c3534ecdc6c11921dff5a54597c5d61ca6a (patch)
tree2487f71f3ec4fb59b2ed3c7dcfed4d5eb19368cf /tools/perf/scripts/python/export-to-postgresql.py
parent4ad63e163264063b8cac8f681c20a303933842f2 (diff)
mm/z3fold: fix the comment for __encode_handle()
The comment is confusing that Pool lock should be held as this function accesses first_num above the __encode_handle() because first_num is the element of z3fold_header which is protected by z3fold_header->page_lock. I found the same comment for encode_handle() in zbud.c by accident ,Pool lock should be held as this function accesses first|last_chunks, which is the element of zbud_header and it does not have any lock, so pool lock should be held. Z3fold is based on zbud, maybe the comment come from zbud, but it was wrong, so fix it. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Zhongkun He <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Miaohe Lin <[email protected]> Cc: Vitaly Wool <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions