diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2024-10-13 22:16:58 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-10-24 11:22:54 +0200 |
commit | 2e529e637cef39057d9cf199a1ecb915d97ffcd9 (patch) | |
tree | e8eef9008d9d2a060033e3ce1e85a62831387306 /tools/perf/scripts/python/flamegraph.py | |
parent | 1f455f601e2060497f9883991e8d5e79fbc7b047 (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 <Julia.Lawall@inria.fr>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Link: https://lore.kernel.org/all/20241013201704.49576-12-Julia.Lawall@inria.fr
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions