diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-06-26 17:00:48 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-09-23 10:41:54 -0400 |
commit | 4605c0143c6d611b3076025ba3a7e04293c01d69 (patch) | |
tree | bbdc00cf1043729d07b7e228fd5581d992b17cd1 /kernel/rcutree.h | |
parent | b4be093fee0200789df59b6c90e2d099a20f55b3 (diff) |
rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing
Moving quiescent-state forcing into a kthread dispenses with the need
for the ->n_rp_need_fqs field, so this commit removes it.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'kernel/rcutree.h')
-rw-r--r-- | kernel/rcutree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcutree.h b/kernel/rcutree.h index 2d04106d1533..7fb93cedc76a 100644 --- a/kernel/rcutree.h +++ b/kernel/rcutree.h | |||
@@ -312,7 +312,6 @@ struct rcu_data { | |||
312 | unsigned long n_rp_cpu_needs_gp; | 312 | unsigned long n_rp_cpu_needs_gp; |
313 | unsigned long n_rp_gp_completed; | 313 | unsigned long n_rp_gp_completed; |
314 | unsigned long n_rp_gp_started; | 314 | unsigned long n_rp_gp_started; |
315 | unsigned long n_rp_need_fqs; | ||
316 | unsigned long n_rp_need_nothing; | 315 | unsigned long n_rp_need_nothing; |
317 | 316 | ||
318 | /* 6) _rcu_barrier() and OOM callbacks. */ | 317 | /* 6) _rcu_barrier() and OOM callbacks. */ |