Emilio G. Cota <[email protected]> writes:

> Signed-off-by: Emilio G. Cota <[email protected]>
> ---
>  include/qemu/rcu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/qemu/rcu.h b/include/qemu/rcu.h
> index 7df1e86..f6d1d56 100644
> --- a/include/qemu/rcu.h
> +++ b/include/qemu/rcu.h
> @@ -71,7 +71,7 @@ struct rcu_reader_data {
>      /* Data used by reader only */
>      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;
>  };

Reviewed-by: Alex Bennée <[email protected]>

-- 
Alex Bennée

Reply via email to