rcutorture: Prepare for ->start_gp_poll and ->poll_gp_state
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 14 Nov 2020 04:14:27 +0000 (20:14 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 4 Jan 2021 21:53:39 +0000 (13:53 -0800)
commitfd56f64b4e3b9c53fbb12ef74c6f1f5fde4cc1c8
tree41ced2a73df668c87d5f69c76cf8c8f27864fa13
parent4e7ccfae52b39aeee93ed39d4184d50ea201fbef
rcutorture: Prepare for ->start_gp_poll and ->poll_gp_state

The new get_state_synchronize_srcu(), start_poll_synchronize_srcu() and
poll_state_synchronize_srcu() functions need to be tested, and so this
commit prepares by renaming the rcu_torture_ops field ->get_state to
->get_gp_state in order to be consistent with the upcoming ->start_gp_poll
and ->poll_gp_state fields.

Link: https://lore.kernel.org/rcu/20201112201547.GF3365678@moria.home.lan/
Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c