Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303Ab1FISBo (ORCPT ); Thu, 9 Jun 2011 14:01:44 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:40840 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895Ab1FISBm (ORCPT ); Thu, 9 Jun 2011 14:01:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=wIQmnQpVZUk0X2dwN3cgM5TfUNGJU8rycxjsiRavG2/fRq//uJhB5H2hbQzR2sBv7d tauB5IhtJpKcQw1mMgJBngmLFkzCVPFJPEm3Xl8t/q8ZT63LecPy7zb8+TQRnJ25VsoT zif3SXqyCL9C8FlMncWTu/QHYRsznarGx2dQs= Subject: Re: [PATCH 3/3] atomic: generalize atomic_add_unless_return From: Eric Dumazet To: Arun Sharma Cc: linux-kernel@vger.kernel.org, Ingo Molnar , David Miller , Andrew Morton , Mike Frysinger In-Reply-To: <1307393893.2642.28.camel@edumazet-laptop> References: <1307381251-15729-1-git-send-email-asharma@fb.com> <1307381251-15729-3-git-send-email-asharma@fb.com> <1307393893.2642.28.camel@edumazet-laptop> Content-Type: text/plain; charset="UTF-8" Date: Thu, 09 Jun 2011 20:01:36 +0200 Message-ID: <1307642496.3129.11.camel@edumazet-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1648 Lines: 45 Le lundi 06 juin 2011 à 22:58 +0200, Eric Dumazet a écrit : > Le lundi 06 juin 2011 à 10:27 -0700, Arun Sharma a écrit : > > commit 686a7e3 added atomic_add_unless_return() to get something going > > for the stable branch. > > > > Move the primitive to > > > > Signed-off-by: Arun Sharma > > Cc: Ingo Molnar > > Cc: David Miller > > Cc: Andrew Morton > > Cc: Eric Dumazet > > Cc: Mike Frysinger > > LKML-Reference: <20110531105019.GF24172@elte.hu> > > --- > > include/linux/atomic.h | 15 +++++++++++++++ > > net/ipv4/inetpeer.c | 17 ++--------------- > > 2 files changed, 17 insertions(+), 15 deletions(-) > > > > diff --git a/include/linux/atomic.h b/include/linux/atomic.h > > index fc31190..3489d9c 100644 > > --- a/include/linux/atomic.h > > +++ b/include/linux/atomic.h > > @@ -17,6 +17,21 @@ static inline int atomic_add_unless(atomic_t *v, int a, int u) > > } > > Reviewed-by: Eric Dumazet > Hello Arun Few hours ago was committed a patch in net-next-2.6, removing the need for atomic_add_unless_return() in net/ipv4/inetpeer.c (so there no more user in kernel at this moment for linux 3.1) http://git.kernel.org/?p=linux/kernel/git/davem/net-next-2.6.git;a=commit;h=4b9d9be839fdb7dcd7ce7619a623fd9015a50cda -- 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/