Re: [PATCH tip/core/rcu 5/9] fs/afs: Replace rcu_swap_protected() with rcu_replace()

From: Paul E. McKenney
Date: Sat Oct 05 2019 - 12:10:59 EST


On Thu, Oct 03, 2019 at 09:38:14AM +0100, David Howells wrote:
> paulmck@xxxxxxxxxx wrote:
>
> > This commit replaces the use of rcu_swap_protected() with the more
> > intuitively appealing rcu_replace() as a step towards removing
> > rcu_swap_protected().
>
> Yay!
>
> > Link: https://lore.kernel.org/lkml/CAHk-=wiAsJLw1egFEE=Z7-GGtM6wcvtyytXZA1+BHqta4gg6Hw@xxxxxxxxxxxxxx/
> > Reported-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
> > Cc: David Howells <dhowells@xxxxxxxxxx>
> > Cc: <linux-afs@xxxxxxxxxxxxxxxxxxx>
> > Cc: <linux-kernel@xxxxxxxxxxxxxxx>
>
> Acked-by: David Howells <dhowells@xxxxxxxxxx>

Applied, thank you David!

Thanx, Paul