From: Mike Galbraith Date: Tue, 30 Mar 2010 09:09:53 +0000 (+0200) Subject: sched: Fix proc_sched_set_task() X-Git-Tag: v2.6.34-rc4~76^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269484a492d9177072ee11ec8c9bff71d256837a;p=pandora-kernel.git sched: Fix proc_sched_set_task() Latencytop clearing sum_exec_runtime via proc_sched_set_task() breaks task_times(). Other places in kernel use nvcsw and nivcsw, which are being cleared as well, Clear task statistics only. Reported-by: Török Edwin Signed-off-by: Mike Galbraith Cc: Hidetoshi Seto Cc: Arjan van de Ven Signed-off-by: Peter Zijlstra LKML-Reference: <1269940193.19286.14.camel@marge.simson.net> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed