From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastian Blank Subject: Re: [RFC][PATCH 1/5] pid: Implement ns_of_pid Date: Thu, 27 Nov 2008 02:19:10 +0100 Message-ID: <20081127011910.GD13545@wavehammer.waldi.eu.org> References: <20081126034242.GA23120@us.ibm.com> <20081126034442.GA23238@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20081126034442.GA23238@us.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: Sukadev Bhattiprolu Cc: oleg@redhat.com, ebiederm@xmission.com, roland@redhat.com, containers@lists.osdl.org, linux-kernel@vger.kernel.org, xemul@openvz.org List-Id: containers.vger.kernel.org On Tue, Nov 25, 2008 at 07:44:42PM -0800, Sukadev Bhattiprolu wrote: > +/* ns_of_pid returns the pid namespace in which the specified > + * pid was allocated. > + */ > +static inline struct pid_namespace *ns_of_pid(struct pid *pid) > +{ > + struct pid_namespace *ns = NULL; > + if (pid) > + ns = pid->numbers[pid->level].ns; > + return ns; > +} > + When can the pid argument be null? Bastian -- Another Armenia, Belgium ... the weak innocents who always seem to be located on a natural invasion route. -- Kirk, "Errand of Mercy", stardate 3198.4