Re: [PATCH tip/core/rcu 10/10] documentation: Add documentation for RCU's major data structures

From: Paul E. McKenney
Date: Sat Apr 16 2016 - 22:33:43 EST


On Sat, Apr 16, 2016 at 10:52:39PM +0800, Boqun Feng wrote:
> Hi Paul,
>
> On Tue, Apr 12, 2016 at 08:18:21AM -0700, Paul E. McKenney wrote:
> > This commit adds documentation for RCU's major data structures,
> > including rcu_state, rcu_node, rcu_data, rcu_dynticks, and rcu_head.
> >
>
> One small thing, you are using term TREE_PREEMPT_RCU throughout the
> whole document, while I think it has been removed in commit
> 28f6569ab7d03 ("rcu: Remove redundant TREE_PREEMPT_RCU config option").
>
> so, a "s/TREE_PREEMPT_RCU/PREEMPT_RCU" makes the document more up to
> date?

Good catch, will fix!

Thanx, Paul

> Regards,
> Boqun
>
> > Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
> > ---
> [...]