aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKent Overstreet <[email protected]>2022-10-17 02:08:07 -0400
committerKent Overstreet <[email protected]>2023-10-22 17:09:44 -0400
commitb2f83e769f607409753888c95a9b46dc927dc856 (patch)
treeaa68936d8452e281c3da6920f80cb62579a31090 /tools/perf/scripts/python
parentbe75bb7a0e0565c0c409842048567e8d07f28675 (diff)
bcachefs: Btree key cache shrinker fix
The shrinker assumes freed key cache items are ordered by age, so that it doesn't have to scan the full list to find items that are old enough (according to the srcu code) to be freed. But percpu freelists broke this ordering; this patch fixes this by ensuring we insert items into the proper position. Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions