Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932360AbZDJJF2 (ORCPT ); Fri, 10 Apr 2009 05:05:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761677AbZDJJFL (ORCPT ); Fri, 10 Apr 2009 05:05:11 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:47600 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758456AbZDJJFK (ORCPT ); Fri, 10 Apr 2009 05:05:10 -0400 Date: Fri, 10 Apr 2009 11:04:04 +0200 From: Ingo Molnar To: Alexey Dobriyan Cc: akpm@linux-foundation.org, containers@lists.linux-foundation.org, xemul@parallels.com, serue@us.ibm.com, dave@linux.vnet.ibm.com, orenl@cs.columbia.edu, hch@infradead.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/30] netns: extract net_create() Message-ID: <20090410090404.GE17962@elte.hu> References: <20090410023448.GH27788@x200.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090410023448.GH27788@x200.localdomain> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 633 Lines: 20 * Alexey Dobriyan wrote: > --- a/include/net/net_namespace.h > +++ b/include/net/net_namespace.h > @@ -107,6 +107,7 @@ static inline struct net *copy_net_ns(unsigned long flags, struct net *net_ns) > extern struct list_head net_namespace_list; > > #ifdef CONFIG_NET_NS > +struct net *net_create(void); > extern void __put_net(struct net *net); Ditto. Ingo -- 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/