From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 05/16] net: Add a network namespace tag to struct net_device Date: Wed, 12 Sep 2007 02:57:09 -0700 (PDT) Message-ID: <20070912.025709.21916551.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org To: ebiederm@xmission.com Cc: netdev@vger.kernel.org, containers@lists.osdl.org List-Id: containers.vger.kernel.org From: ebiederm@xmission.com (Eric W. Biederman) Date: Sat, 08 Sep 2007 15:18:12 -0600 > > Please note that network devices do not increase the count > count on the network namespace. The are inside the network > namespace and so the network namespace tag is in the nature > of a back pointer and so getting and putting the network namespace > is unnecessary. > > Signed-off-by: Eric W. Biederman Applied to net-2.6.24, thanks.