Re: [PATCH 00/13] Rename k[v]free_rcu() single argument to k[v]free_rcu_mightsleep()

From: Theodore Ts'o
Date: Wed Mar 15 2023 - 20:43:00 EST


On Wed, Mar 15, 2023 at 03:34:48PM -0400, Steven Rostedt wrote:
>
> Still, I will replace that code back to a kfree() and rcu_synchonize() than
> to let that other name get in.

That will have a performance hit relaive to kfree_rcu_mightsleep().
If that's OK with you, sure, you can do that.

Personally, I don't have a lot of problem with that name, which is why
I ack'ed the change for ext4.

- Ted