rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
Signed-off-by: Emilio G. Cota <cota@braap.org> Message-Id: <1440375847-17603-10-git-send-email-cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5243722376
commit
492e1ca9bd
|
@ -71,7 +71,7 @@ struct rcu_reader_data {
|
||||||
/* Data used by reader only */
|
/* Data used by reader only */
|
||||||
unsigned depth;
|
unsigned depth;
|
||||||
|
|
||||||
/* Data used for registry, protected by rcu_gp_lock */
|
/* Data used for registry, protected by rcu_registry_lock */
|
||||||
QLIST_ENTRY(rcu_reader_data) node;
|
QLIST_ENTRY(rcu_reader_data) node;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue