diff options
author | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-05-21 18:10:24 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-08-13 23:35:49 +0200 |
commit | 2a777de757f4c7050997c6232a585eff59c5ea36 (patch) | |
tree | df7fa700ff10a3dbc537013bf53bb26738471ca6 /kernel/rcu/tree_plugin.h | |
parent | rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fields (diff) | |
download | linux-2a777de757f4c7050997c6232a585eff59c5ea36.tar.xz linux-2a777de757f4c7050997c6232a585eff59c5ea36.zip |
rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fields
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to '')
-rw-r--r-- | kernel/rcu/tree_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index 458838c63a6c..1847fffdfa0a 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h @@ -1913,7 +1913,6 @@ static void __init rcu_boot_init_nocb_percpu_data(struct rcu_data *rdp) { init_swait_queue_head(&rdp->nocb_cb_wq); init_swait_queue_head(&rdp->nocb_gp_wq); - rdp->nocb_cb_tail = &rdp->nocb_cb_head; raw_spin_lock_init(&rdp->nocb_lock); timer_setup(&rdp->nocb_timer, do_nocb_deferred_wakeup_timer, 0); } |