commit | c458a89e964dbf3c56b23eca2018bd0e2380969d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Aug 03 21:00:38 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:49 2018 -0700 |
tree | c7b2742ed3bd91c51dc1d6298660ef74ee570da4 | |
parent | 5998a75adbf4f85e63b06fa7723633cc84d7129b [diff] |
rcu: Switch lazy counts to rcu_data structure This commit removes ->all_lazy, ->nonlazy_posted and ->nonlazy_posted_snap from the rcu_dynticks structure and updates the code to access them from the rcu_data structure. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>