From: Chuck Lever <chuck.lever@xxxxxxxxxx> On Sun, 13 Oct 2024 22:16:59 +0200, Julia Lawall wrote: > 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. > > [...] Applied to nfsd-next for v6.13, thanks! [12/17] nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_free callback commit: 4159ced48564c9e6565e88a4774ff7456123f9d8 -- Chuck Lever