rcu: Drop "wake" parameter from rcu_report_exp_rdp()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 2 Jul 2018 16:17:57 +0000 (09:17 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 30 Aug 2018 23:02:43 +0000 (16:02 -0700)
commit2bbfc25b09dff6335acf4103c6c7c4591e62988b
tree7e5a725c18fe63ef88acffd7e99c818079925d7d
parent82fcecfa81855924cc69f3078113cf63dd6c2964
rcu: Drop "wake" parameter from rcu_report_exp_rdp()

The rcu_report_exp_rdp() function is always invoked with its "wake"
argument set to "true", so this commit drops this parameter.  The only
potential call site that would use "false" is in the code driving the
expedited grace period, and that code uses rcu_report_exp_cpu_mult()
instead, which therefore retains its "wake" parameter.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree_exp.h
kernel/rcu/tree_plugin.h