summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-07-03 18:03:10 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-07-03 22:25:36 -0400
commit3b3fa53e4bc45c9e1e0f152900c312b27a5f0142 (patch)
treee414fe47e19fb1b7be2bb9f899530d10aec64d54 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent9e15af94fd8630fcf98ebbfd8506b3d991f7c738 (diff)
bcachefs: btree node scan no longer uses btree cache
Previously, btree node scan used the btree node cache to check if btree nodes were readable, but this is subject to interference from threads scanning different devices trying to read the same node - and more critically, nodes that we already attempted and failed to read before kicking off scan. Instead, we now allocate a 'struct btree' that does not live in the btree node cache, and call bch2_btree_node_read_done() directly. Cc: Nikita Ofitserov <himikof@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions