* Paul E. McKenney <[email protected]> wrote:
> Hello!
>
> And this series open-codes trivial rcu_cblist structure accessors:
>
> 1. Open-code rcu_cblist_empty(p) as !p->head.
>
> 2. Open-code rcu_cblist_n_cbs(p) as p->len.
>
> 3. Open-code rcu_cblist_n_lazy_cbs(p) as p->len_lazy.
>
>
> Thanx, Paul
>
> ------------------------------------------------------------------------
>
> rcu_segcblist.h | 20 +-------------------
> tree.c | 20 +++++++++-----------
> tree_plugin.h | 8 ++++----
> tree_trace.c | 4 ++--
> 4 files changed, 16 insertions(+), 36 deletions(-)
Ok, these all look good to me.
Thanks,
Ingo