aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2024-10-13 22:16:56 +0200
committerJens Axboe <[email protected]>2024-10-22 08:16:40 -0600
commit28878733ca5abbce0d0e66476605746d9c4c9765 (patch)
tree44ab46a94ba70cab1d8caef33769706569269ab2 /scripts/generate_rust_analyzer.py
parentb21d948f4cc73e3296f2365c7afca721dd6893fa (diff)
block: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions