We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f24626 commit aa5210fCopy full SHA for aa5210f
include/linux/srcutree.h
@@ -49,7 +49,7 @@ struct srcu_data {
49
struct srcu_node {
50
spinlock_t __private lock;
51
unsigned long srcu_have_cbs[4]; /* GP seq for children having CBs, but only */
52
- /* if greater than ->srcu_gq_seq. */
+ /* if greater than ->srcu_gp_seq. */
53
unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs have CBs for given GP? */
54
unsigned long srcu_gp_seq_needed_exp; /* Furthest future exp GP. */
55
struct srcu_node *srcu_parent; /* Next up in tree. */
0 commit comments