From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [PATCH 17/16] net: Disable netfilter sockopts when not in the initial network namespace Date: Wed, 12 Sep 2007 06:16:25 -0600 Message-ID: References: <20070912.045903.104046208.davem@davemloft.net> <20070912.050311.78725619.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <20070912.050311.78725619.davem@davemloft.net> (David Miller's message of "Wed, 12 Sep 2007 05:03:11 -0700 (PDT)") Sender: netdev-owner@vger.kernel.org To: David Miller Cc: netdev@vger.kernel.org, containers@lists.osdl.org List-Id: containers.vger.kernel.org David Miller writes: > I added the following patch to net-2.6.24 to kill a warning > since net_alloc() has no users (yet). Reasonable, and thanks for merging these. Having a solid place to start helps a lot. I will see if I can get the /proc races fixed shortly. Eric