]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Remove obsolete force-quiescent-state statistics for debugfs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 10 Jan 2018 21:10:49 +0000 (13:10 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 21 Feb 2018 00:10:29 +0000 (16:10 -0800)
commitd62df57370a5215fbf1b088d2ee51fa5d69bd0c3
treeeb82cd3110367c69a8ae4edf58febe1891c91e56
parent01c495f72a3b5a210e5689deba1ef33c82e8aa30
rcu: Remove obsolete force-quiescent-state 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_state structure's ->n_force_qs_lh and ->n_force_qs_ngp
fields along with their updates.  (Though the ->n_force_qs_ngp field
was actually not used at all, embarrassingly enough.)

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