From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sukadev Bhattiprolu Subject: Re: [PATCH 2/3] ftrace: use struct pid Date: Thu, 4 Dec 2008 08:22:42 -0800 Message-ID: <20081204162242.GA23906@us.ibm.com> References: <20081204052638.425740534@goodmis.org> <20081204052735.175697908@goodmis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Eric W. Biederman" Cc: Steven Rostedt , linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Frederic Weisbecker , Peter Zijlstra , Dave Hansen , containers@lists.osdl.org, "Serge E. Hallyn" , Steven Rostedt List-Id: containers.vger.kernel.org | find_get_pid is the right one. | | Sorry. We have a stupid inconsistency in the naming here, | If we were consistent it would be find_get_vpid. Yes, its inconsistent, but maybe find_vpid() should be find_pid() since there is no 'virtual struct pid' only a virtual pid number. Sukadev