commit | c47e067a3c57835fe5ce24d50482f5c325a64efd | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jun 23 20:30:08 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jul 25 13:04:46 2017 -0700 |
tree | 0114f24119ea81274f9d8042b2a8e254d3a60c7c | |
parent | a2b2df207acff1e3f965ff2c7c38255b06d583cb [diff] |
rcu: Remove orphan/adopt event-tracing fields The rcu_node structure's ->n_cbs_orphaned and ->n_cbs_adopted fields are updated, but never read. This commit therefore removes them. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>