Re: [PATCH tip/core/rcu 4/4] docs/rcu: Update the call_rcu() API

2020-11-10 Thread Paul E. McKenney
On Tue, Nov 10, 2020 at 10:25:05AM +0100, Peter Zijlstra wrote: > On Mon, Nov 09, 2020 at 05:20:32PM -0800, Paul E. McKenney wrote: > > On Mon, Nov 09, 2020 at 01:24:24PM +0100, Peter Zijlstra wrote: > > > On Thu, Nov 05, 2020 at 03:05:10PM -0800, paul...@kernel.org wrote: > > > > From: Hui Su >

Re: [PATCH tip/core/rcu 4/4] docs/rcu: Update the call_rcu() API

2020-11-10 Thread Peter Zijlstra
On Mon, Nov 09, 2020 at 05:20:32PM -0800, Paul E. McKenney wrote: > On Mon, Nov 09, 2020 at 01:24:24PM +0100, Peter Zijlstra wrote: > > On Thu, Nov 05, 2020 at 03:05:10PM -0800, paul...@kernel.org wrote: > > > From: Hui Su > > > > > > This commit updates the documented API of call_rcu() to use

Re: [PATCH tip/core/rcu 4/4] docs/rcu: Update the call_rcu() API

2020-11-09 Thread Paul E. McKenney
On Mon, Nov 09, 2020 at 01:24:24PM +0100, Peter Zijlstra wrote: > On Thu, Nov 05, 2020 at 03:05:10PM -0800, paul...@kernel.org wrote: > > From: Hui Su > > > > This commit updates the documented API of call_rcu() to use the > > rcu_callback_t typedef instead of the open-coded function definition.

Re: [PATCH tip/core/rcu 4/4] docs/rcu: Update the call_rcu() API

2020-11-09 Thread Peter Zijlstra
On Thu, Nov 05, 2020 at 03:05:10PM -0800, paul...@kernel.org wrote: > From: Hui Su > > This commit updates the documented API of call_rcu() to use the > rcu_callback_t typedef instead of the open-coded function definition. > > Signed-off-by: Hui Su > Signed-off-by: Paul E. McKenney > --- >

[PATCH tip/core/rcu 4/4] docs/rcu: Update the call_rcu() API

2020-11-05 Thread paulmck
From: Hui Su This commit updates the documented API of call_rcu() to use the rcu_callback_t typedef instead of the open-coded function definition. Signed-off-by: Hui Su Signed-off-by: Paul E. McKenney --- Documentation/RCU/whatisRCU.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)