From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next2.6] ipv4: ip_ptr cleanups Date: Wed, 15 Sep 2010 21:43:35 -0700 (PDT) Message-ID: <20100915.214335.135526473.davem@davemloft.net> References: <1284559471.2495.147.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linville@tuxdriver.com To: eric.dumazet@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:44717 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807Ab0IPEnR (ORCPT ); Thu, 16 Sep 2010 00:43:17 -0400 In-Reply-To: <1284559471.2495.147.camel@edumazet-laptop> Sender: netdev-owner@vger.kernel.org List-ID: From: Eric Dumazet Date: Wed, 15 Sep 2010 16:04:31 +0200 > dev->ip_ptr is protected by rtnl and rcu. > > Yet some places dont use appropriate primitives and/or locking rules. > > Signed-off-by: Eric Dumazet Applied, thanks a lot Eric.