From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZzsI-00085g-16 for qemu-devel@nongnu.org; Thu, 10 Sep 2015 07:18:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZzsE-0006jC-R2 for qemu-devel@nongnu.org; Thu, 10 Sep 2015 07:18:42 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:33200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZzsE-0006iP-Kq for qemu-devel@nongnu.org; Thu, 10 Sep 2015 07:18:38 -0400 Received: by wiclk2 with SMTP id lk2so23994769wic.0 for ; Thu, 10 Sep 2015 04:18:37 -0700 (PDT) References: <1440375847-17603-1-git-send-email-cota@braap.org> <1440375847-17603-10-git-send-email-cota@braap.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1440375847-17603-10-git-send-email-cota@braap.org> Date: Thu, 10 Sep 2015 12:18:35 +0100 Message-ID: <8737yma5f8.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC 09/38] rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" Cc: mttcg@listserver.greensocs.com, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, qemu-devel@nongnu.org, guillaume.delbergue@greensocs.com, pbonzini@redhat.com, Frederic Konrad Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota > --- > 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 -- Alex Bennée