diff options
| author | Julia Lawall <[email protected]> | 2024-10-13 22:16:55 +0200 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-10-15 10:50:21 -0700 |
| commit | 4ac64e570c337cfbff80f16334b10901168107eb (patch) | |
| tree | 9b5986eb9562aca56dcb1614458170d79d7f4ba6 /tools/perf/scripts/python/bin/task-analyzer-report | |
| parent | 85e48bcf294caf2915c16d89dbfbf936653415a3 (diff) | |
net: bridge: 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 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]>
Acked-by: Nikolay Aleksandrov <[email protected]>
Acked-by: Paul E. McKenney <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-report')
0 files changed, 0 insertions, 0 deletions