Re: [PATCH 2/2] kfree_rcu() should use kfree_bulk() interface
From: Christopher Lameter
Date: Mon Apr 02 2018 - 13:20:58 EST
On Sun, 1 Apr 2018, rao.shoaib@xxxxxxxxxx wrote:
> kfree_rcu() should use the new kfree_bulk() interface for freeing
> rcu structures as it is more efficient.
It would be even better if this approach could also use
kmem_cache_free_bulk()
or
kfree_bulk()