diff options
author | Ojaswin Mujoo <[email protected]> | 2023-03-25 13:43:42 +0530 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2023-04-06 01:13:13 -0400 |
commit | 361eb69fc99f1a8f1d653d69ecd742f3cbb896be (patch) | |
tree | d7a8049b093ffb9502e50dff829c3a0782c2e8b6 /tools/perf/scripts/python/task-analyzer.py | |
parent | 3872778664e36528caf8b27f355e75482f6d562d (diff) |
ext4: Remove the logic to trim inode PAs
Earlier, inode PAs were stored in a linked list. This caused a need to
periodically trim the list down inorder to avoid growing it to a very
large size, as this would severly affect performance during list
iteration.
Recent patches changed this list to an rbtree, and since the tree scales
up much better, we no longer need to have the trim functionality, hence
remove it.
Signed-off-by: Ojaswin Mujoo <[email protected]>
Reviewed-by: Ritesh Harjani (IBM) <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/c409addceaa3ade4b40328e28e3b54b2f259689e.1679731817.git.ojaswin@linux.ibm.com
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions