rcu: Rename the grace-period-request variables and parameters
authorJoel Fernandes <joelaf@google.com>
Mon, 21 May 2018 04:42:18 +0000 (21:42 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 12 Jul 2018 22:38:56 +0000 (15:38 -0700)
commitb73de91d6a4c97ed586b2a5a6ce7c6fe395d9a3b
treef0c084d7407f9432c318bf21b3b7f60267373b04
parent3d18469a2bb3988e669d67e097eff42dd40663d4
rcu: Rename the grace-period-request variables and parameters

The name 'c' is used for variables and parameters holding the requested
grace-period sequence number.  However it is no longer very meaningful
given the conversions from ->gpnum and (especially) ->completed to
->gp_seq. This commit therefore renames 'c' to 'gp_seq_req'.

Previous patch discussion is at:
https://patchwork.kernel.org/patch/10396579/

Signed-off-by: Joel Fernandes <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/trace/events/rcu.h
kernel/rcu/tree.c