diff options
author | Julia Lawall <[email protected]> | 2024-10-13 22:16:59 +0200 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2024-11-18 20:23:00 -0500 |
commit | ed9887b876c957c9c9a0486cf0edf7c964e99cb9 (patch) | |
tree | ba5691ec6f648fb7abbabce810662f4585d5f176 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a32442f6ca32cf402a76856d5e713bd742481ba2 (diff) |
nfsd: 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]>
Reviewed-by: Jeff Layton <[email protected]>
Acked-by: Paul E. McKenney <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions