From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933250Ab1JNQhG (ORCPT ); Fri, 14 Oct 2011 12:37:06 -0400 Received: from mail-gy0-f174.google.com ([209.85.160.174]:44452 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754730Ab1JNQhE (ORCPT ); Fri, 14 Oct 2011 12:37:04 -0400 Date: Fri, 14 Oct 2011 09:36:59 -0700 From: Tejun Heo To: Cyrill Gorcunov Cc: linux-kernel@vger.kernel.org, Andrew Vagin , Pavel Emelyanov , James Bottomley , Glauber Costa , "H. Peter Anvin" , Ingo Molnar , Dave Hansen , "Eric W. Biederman" , Daniel Lezcano , Alexey Dobriyan , Serge Hallyn Subject: Re: [patch 1/5] proc: Introduce the Children: line in /proc//status Message-ID: <20111014163650.GA4294@google.com> References: <20111014110416.552685686@openvz.org> <20111014110511.157239709@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111014110511.157239709@openvz.org> 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 On Fri, Oct 14, 2011 at 03:04:17PM +0400, Cyrill Gorcunov wrote: > From: Pavel Emelyanov > > Although we can get the pids of some task's issue, this is just > more convenient to have them this way. > > Signed-off-by: Pavel Emelyanov > Acked-by: Serge Hallyn > Signed-off-by: Cyrill Gorcunov I've already written this but this info is already available through /proc. Maybe having this is beneficial but I think it would be better to concentrate on the minimal set for now. Thanks. -- tejun