From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 23 Sep 2010 19:33:14 +0200 From: Oleg Nesterov Subject: Re: [RFC][PATCH 03/10] taskstats: Split fill_pid function Message-ID: <20100923173314.GB26623@redhat.com> References: <1285249681.1837.28.camel@holzheu-laptop> <1285250467.1837.80.camel@holzheu-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1285250467.1837.80.camel@holzheu-laptop> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Michael Holzheu Cc: Shailabh Nagar , Andrew Morton , Venkatesh Pallipadi , Peter Zijlstra , Suresh Siddha , John stultz , Thomas Gleixner , Balbir Singh , Ingo Molnar , Heiko Carstens , Martin Schwidefsky , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On 09/23, Michael Holzheu wrote: > > Subject: [PATCH] taskstats: Split fill_pid function > > From: Michael Holzheu > > Separate the finding of a task_struct by pid or tgid from filling the taskstats > data. This makes the code more readable. I think this is nice cleanup. Oleg.