From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755875Ab0IWRhu (ORCPT ); Thu, 23 Sep 2010 13:37:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3542 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754310Ab0IWRhs (ORCPT ); Thu, 23 Sep 2010 13:37:48 -0400 Date: Thu, 23 Sep 2010 19:33:14 +0200 From: Oleg Nesterov 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 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> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.