Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754918AbZFYAYu (ORCPT ); Wed, 24 Jun 2009 20:24:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752682AbZFYAYl (ORCPT ); Wed, 24 Jun 2009 20:24:41 -0400 Received: from x35.xmailserver.org ([64.71.152.41]:52957 "EHLO x35.xmailserver.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752138AbZFYAYk (ORCPT ); Wed, 24 Jun 2009 20:24:40 -0400 X-AuthUser: davidel@xmailserver.org Date: Wed, 24 Jun 2009 17:19:25 -0700 (PDT) From: Davide Libenzi X-X-Sender: davide@makko.or.mcafeemobile.com To: Rusty Russell cc: Gregory Haskins , mst@redhat.com, kvm@vger.kernel.org, Linux Kernel Mailing List , avi@redhat.com, paulmck@linux.vnet.ibm.com, Ingo Molnar Subject: Re: [PATCH 3/3] eventfd: add internal reference counting to fix notifier race conditions In-Reply-To: Message-ID: References: <20090619183534.31118.30934.stgit@dev.haskins.net> <4A3E7E63.1070407@novell.com> <200906231255.17015.rusty@rustcorp.com.au> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) X-GPG-FINGRPRINT: CFAE 5BEE FD36 F65E E640 56FE 0974 BF23 270F 474E X-GPG-PUBLIC_KEY: http://www.xmailserver.org/davidel.asc MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 853 Lines: 31 On Tue, 23 Jun 2009, Davide Libenzi wrote: > On Tue, 23 Jun 2009, Rusty Russell wrote: > > > The first 'struct eventfd_ctx;' line is not required. > > Will repost dropping that. Almost forgot. While fixing lg.h to drop the fwd declaration, I noticed there's another one ;) - Davide --- a/drivers/lguest/lg.h 2009-06-15 15:35:24.000000000 -0700 +++ b/drivers/lguest/lg.h 2009-06-24 17:08:26.000000000 -0700 @@ -38,8 +38,6 @@ #define CHANGED_GDT_TLS 4 /* Actually a subset of CHANGED_GDT */ #define CHANGED_ALL 3 -struct lguest; - struct lg_cpu { unsigned int id; struct lguest *lg; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/