]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Switch lazy counts to rcu_data structure
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 4 Aug 2018 04:00:38 +0000 (21:00 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 30 Aug 2018 23:03:49 +0000 (16:03 -0700)
commitc458a89e964dbf3c56b23eca2018bd0e2380969d
treec7b2742ed3bd91c51dc1d6298660ef74ee570da4
parent5998a75adbf4f85e63b06fa7723633cc84d7129b
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>
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h