aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2024-10-13 22:16:58 +0200
committerThomas Gleixner <[email protected]>2024-10-24 11:22:54 +0200
commit2e529e637cef39057d9cf199a1ecb915d97ffcd9 (patch)
treee8eef9008d9d2a060033e3ce1e85a62831387306 /tools/perf/scripts/python/task-analyzer.py
parent1f455f601e2060497f9883991e8d5e79fbc7b047 (diff)
posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() callback
Since SLOB was removed and since commit 6c6c47b063b5 ("mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()"), it is not longer necessary to use call_rcu() when the callback only performs kmem_cache_free(). Use kfree_rcu() directly. The changes were made using Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Uladzislau Rezki (Sony) <[email protected]> Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions