From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next-2.6] arp: RCU change in arp_solicit() Date: Fri, 25 Jun 2010 21:33:59 -0700 (PDT) Message-ID: <20100625.213359.173865711.davem@davemloft.net> References: <1277228595.3057.730.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: eric.dumazet@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51844 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751139Ab0FZEdq (ORCPT ); Sat, 26 Jun 2010 00:33:46 -0400 In-Reply-To: <1277228595.3057.730.camel@edumazet-laptop> Sender: netdev-owner@vger.kernel.org List-ID: From: Eric Dumazet Date: Tue, 22 Jun 2010 19:43:15 +0200 > Avoid two atomic ops in arp_solicit() > > Signed-off-by: Eric Dumazet RCU is like a NAND gate, with it you can build any locking scheme :-) Applied, thanks Eric.