Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759567AbZFWVez (ORCPT ); Tue, 23 Jun 2009 17:34:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759296AbZFWVeV (ORCPT ); Tue, 23 Jun 2009 17:34:21 -0400 Received: from x35.xmailserver.org ([64.71.152.41]:55840 "EHLO x35.xmailserver.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759273AbZFWVeT (ORCPT ); Tue, 23 Jun 2009 17:34:19 -0400 X-AuthUser: davidel@xmailserver.org Date: Tue, 23 Jun 2009 14:28:17 -0700 (PDT) From: Davide Libenzi X-X-Sender: davide@makko.or.mcafeemobile.com To: Andrew Morton cc: Davide Libenzi , linux-kernel@vger.kernel.org, avi@redhat.com, kvm@vger.kernel.org, ghaskins@novell.com, rusty@rustcorp.com.au, bcrl@kvack.org Subject: Re: [patch] eventfd - revised interface and cleanups (2nd rev) In-Reply-To: <20090623142909.42776e75.akpm@linux-foundation.org> Message-ID: References: <20090623131848.b876d42e.akpm@linux-foundation.org> <20090623142909.42776e75.akpm@linux-foundation.org> 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: 865 Lines: 32 On Tue, 23 Jun 2009, Andrew Morton wrote: > > > > +struct eventfd_ctx *eventfd_ctx_get(struct eventfd_ctx *ctx) > > > > +{ > > > > + kref_get(&ctx->kref); > > > > + return ctx; > > > > +} > > > > +EXPORT_SYMBOL_GPL(eventfd_ctx_get); > > > > > > doesn't match the code. > > You appear to have not seen the above sentence. I saw that and have already fixed it. Sorry I missed the ACK. > yeah, I never trust people. You might lose the email or jump on a > plane and disappear for three weeks, then it all gets forgotten about > and lost. Jumping on a plane. Check. Disappearing for 6 weeks. Check. ;) - Davide -- 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/