From: Glauber Costa Date: Fri, 2 Dec 2011 21:58:38 +0000 (-0200) Subject: sched/accounting: Fix user/system tick double accounting X-Git-Tag: v3.3-rc1~191^2~9^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c77f38ad623d8c3bc062f0ff9b8c5a2dfb2f1a2;p=pandora-kernel.git sched/accounting: Fix user/system tick double accounting Now that we're pointing cpuacct's root cgroup to cpustat and accounting through task_group_account_field(), we should not access cpustat directly. Since it is done anyway inside the acessor function, we end up accounting it twice, which is wrong. Signed-off-by: Glauber Costa Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1322863119-14225-2-git-send-email-glommer@parallels.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed