diff options
| author | Dave Chinner <[email protected]> | 2023-03-16 00:31:03 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2023-03-19 17:02:04 +0000 |
| commit | e9b60c7f97130795c7aa81a649ae4b93a172a277 (patch) | |
| tree | 10a41593e7fb0e16e113c35d2075f30f9751a45c /tools/perf/scripts/python/libxed.py | |
| parent | fork: remove use of percpu_counter_sum_all (diff) | |
| download | kernel-e9b60c7f97130795c7aa81a649ae4b93a172a277.tar.gz kernel-e9b60c7f97130795c7aa81a649ae4b93a172a277.zip | |
pcpcntr: remove percpu_counter_sum_all()
percpu_counter_sum_all() is now redundant as the race condition it
was invented to handle is now dealt with by percpu_counter_sum()
directly and all users of percpu_counter_sum_all() have been
removed.
Remove it.
This effectively reverts the changes made in f689054aace2
("percpu_counter: add percpu_counter_sum_all interface") except for
the cpumask iteration that fixes percpu_counter_sum() made earlier
in this series.
Signed-off-by: Dave Chinner <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
