diff options
author | 2024-10-13 22:16:53 +0200 | |
---|---|---|
committer | 2024-10-14 09:08:39 +0200 | |
commit | 356c81b6c494a359ed6e25087931acc78c518fb9 (patch) | |
tree | 533a5ef27aeec517245836f587849659e90f09b3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | batman-adv: Use string choice helper to print booleans (diff) | |
download | wireguard-linux-356c81b6c494a359ed6e25087931acc78c518fb9.tar.xz wireguard-linux-356c81b6c494a359ed6e25087931acc78c518fb9.zip |
batman-adv: 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 <Julia.Lawall@inria.fr>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions