[PATCH] docs/rcu: update the api of call_rcu()

2020-10-15 Thread Hui Su
update the api of call_rcu() Signed-off-by: Hui Su --- Documentation/RCU/whatisRCU.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst index c7f147b8034f..aa7d5ed20da5 100644 --- a/Documentation/RCU/whatisRCU

Re: [PATCH] docs/rcu: update the api of call_rcu()

2020-10-15 Thread Paul E. McKenney
On Thu, Oct 15, 2020 at 10:13:34PM +0800, Hui Su wrote: > update the api of call_rcu() > > Signed-off-by: Hui Su Good point, the typedef is more compact. Queued, thank you! Thanx, Paul > --- > Documentation/RCU/whatisRCU.rst | 3 +-- >