]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Remove obsolete __rcu_pending() statistics for debugfs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 10 Jan 2018 20:36:00 +0000 (12:36 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 21 Feb 2018 00:10:28 +0000 (16:10 -0800)
commit01c495f72a3b5a210e5689deba1ef33c82e8aa30
tree7ae45dbae3388c683fefa52617ed782eb25c3c4b
parent62df63e048daf4e29373bbbaae3751e5af5d9502
rcu: Remove obsolete __rcu_pending() statistics for debugfs

The debugfs interface displayed statistics on RCU-pending checks
but this interface has since been removed.  This commit therefore
removes the no-longer-used rcu_data structure's ->n_rcu_pending,
->n_rp_core_needs_qs, ->n_rp_report_qs, ->n_rp_cb_ready,
->n_rp_cpu_needs_gp, ->n_rp_gp_completed, ->n_rp_gp_started,
->n_rp_nocb_defer_wakeup, and ->n_rp_need_nothing fields along with
their updates.

If this information proves necessary in the future, the corresponding
event traces will be added.

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