On Mon, May 14, 2018 at 10:57:39AM -0700, Paul E. McKenney wrote: > On Sun, May 13, 2018 at 08:15:37PM -0700, Joel Fernandes (Google) wrote: > > The 'c' variable was used previously to store the grace period > > that is being requested. However it is not very meaningful for > > a code reader, this patch replaces it with gp_seq_start indicating that > > Good catch, but how about "gp_seq_req" instead of gp_seq_start?
Yes, that works as well and is also 2 character less. Will change it. thanks, - Joel