From: Lucas De Marchi Date: Thu, 11 Mar 2010 02:37:45 +0000 (-0300) Subject: sched: Implement group scheduler statistics in one struct X-Git-Tag: v2.6.35-rc1~521^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41acab8851a0408c1d5ad6c21a07456f88b54d40;p=pandora-kernel.git sched: Implement group scheduler statistics in one struct Put all statistic fields of sched_entity in one struct, sched_statistics, and embed it into sched_entity. This change allows to memset the sched_statistics to 0 when needed (for instance when forking), avoiding bugs of non initialized fields. Signed-off-by: Lucas De Marchi Signed-off-by: Peter Zijlstra LKML-Reference: <1268275065-18542-1-git-send-email-lucas.de.marchi@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed