From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZflz-0005yI-25 for qemu-devel@nongnu.org; Wed, 09 Sep 2015 09:50:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZflw-0003Ep-6T for qemu-devel@nongnu.org; Wed, 09 Sep 2015 09:50:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZflw-0003EY-1q for qemu-devel@nongnu.org; Wed, 09 Sep 2015 09:50:48 -0400 From: Paolo Bonzini Date: Wed, 9 Sep 2015 15:49:50 +0200 Message-Id: <1441806613-13775-21-git-send-email-pbonzini@redhat.com> In-Reply-To: <1441806613-13775-1-git-send-email-pbonzini@redhat.com> References: <1441806613-13775-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 20/43] rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Emilio G. Cota" From: "Emilio G. Cota" Signed-off-by: Emilio G. Cota Message-Id: <1440375847-17603-10-git-send-email-cota@braap.org> Signed-off-by: Paolo Bonzini --- 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; }; -- 2.4.3