commit | 88d1bead858d88cdda92ed8f3388eea8ee3a9675 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 04 14:45:00 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:17 2018 -0700 |
tree | e34284084f14b183fe62f1aff4cd8499fecdf712 | |
parent | aedf4ba984168ab5b96898a03bfdb51d07194776 [diff] |
rcu: Remove rcu_data structure's ->rsp field Now that there is only one rcu_state structure, there is no need for the rcu_data structure to indicate which it corresponds to. This commit therefore removes the rcu_data structure's ->rsp field, replacing all remaining uses of it with &rcu_state. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>