File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ struct rcu_node {
41
41
raw_spinlock_t __private lock ; /* Root rcu_node's lock protects */
42
42
/* some rcu_state fields as well as */
43
43
/* following. */
44
- unsigned long gp_seq ; /* Track rsp->rcu_gp_seq . */
44
+ unsigned long gp_seq ; /* Track rsp->gp_seq . */
45
45
unsigned long gp_seq_needed ; /* Track furthest future GP request. */
46
46
unsigned long completedqs ; /* All QSes done for this node. */
47
47
unsigned long qsmask ; /* CPUs or groups that need to switch in */
@@ -149,7 +149,7 @@ union rcu_noqs {
149
149
/* Per-CPU data for read-copy update. */
150
150
struct rcu_data {
151
151
/* 1) quiescent-state and grace-period handling : */
152
- unsigned long gp_seq ; /* Track rsp->rcu_gp_seq counter. */
152
+ unsigned long gp_seq ; /* Track rsp->gp_seq counter. */
153
153
unsigned long gp_seq_needed ; /* Track furthest future GP request. */
154
154
union rcu_noqs cpu_no_qs ; /* No QSes yet for this CPU. */
155
155
bool core_needs_qs ; /* Core waits for quiesc state. */
You can’t perform that action at this time.
0 commit comments