Re: [PATCH -next] powerpc/powernv/ioda: using kfree_rcu() to simplify the code

From: Michael Ellerman
Date: Thu Nov 14 2019 - 04:07:45 EST


On Thu, 2019-07-11 at 14:18:18 UTC, YueHaibing wrote:
> The callback function of call_rcu() just calls a kfree(), so we
> can use kfree_rcu() instead of call_rcu() + callback function.
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/c312d14e19bb7ca8214ef661d9a125cd631528cb

cheers