Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756089Ab0LQXPj (ORCPT ); Fri, 17 Dec 2010 18:15:39 -0500 Received: from kroah.org ([198.145.64.141]:40645 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754891Ab0LQXPh (ORCPT ); Fri, 17 Dec 2010 18:15:37 -0500 Date: Fri, 17 Dec 2010 15:15:27 -0800 From: Greg KH To: "Eric W. Biederman" Cc: "Serge E. Hallyn" , LSM , James Morris , Kees Cook , containers@lists.linux-foundation.org, kernel list , Alexey Dobriyan , Michael Kerrisk Subject: Re: [RFC 1/5] user namespaces: Add a user_namespace as creator/owner of uts_namespace Message-ID: <20101217231527.GA21227@kroah.com> References: <20101217152246.GA8221@mail.hallyn.com> <20101217152458.GA11162@mail.hallyn.com> <20101217173125.GA29982@kroah.com> <20101217195829.GB1410@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 24 On Fri, Dec 17, 2010 at 12:40:11PM -0800, Eric W. Biederman wrote: > Greg KH writes: > > >> There are also major benefits to have the version of something that is > >> never freed never going away, because it means you can just reference it > >> in code. So while I would be happy to say this is special don't use a > >> kref and roll the reference counting logic by hand, we aren't > >> dynamically allocating init_uts_ns any time soon. > > > > Why have a reference count at all if it's not needed or used here? > > We have to reference count every other uts namespace. Ok, that makes sense, then also please dynamically create this one, do not create a static kref. thanks, greg k-h -- 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/