Re: [PATCH v3 2/4] rcu: Cleanup the variables used to request a new grace period

From: Joel Fernandes
Date: Mon May 21 2018 - 18:47:03 EST


On Mon, May 21, 2018 at 04:39:34PM -0700, Paul E. McKenney wrote:
> On Sun, May 20, 2018 at 09:42:18PM -0700, Joel Fernandes wrote:
> > The 'c' variable was used previously to store the grace period that is
> > being requested. However it is not very meaningful since the gp_seq
> > conversions. This patch replaces it with gp_seq_req indicating that
> > this is the grace period that was requested. Also updating tracing with
> > the new name.
> >
> > Previous patch discussion is at:
> > https://patchwork.kernel.org/patch/10396579/
> >
> > Signed-off-by: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx>
>
> Very good, I have queued this for review and testing. I reworked the
> commit log a bit, please see below for the version that I have queued.

Yes, commit log looks good, thanks for queuing it!

thanks,

- Joel