From: KOSAKI Motohiro Date: Sat, 3 Jan 2009 20:40:37 +0000 (+0900) Subject: getrusage: RUSAGE_THREAD should return ru_utime and ru_stime X-Git-Tag: v2.6.29-rc1~224^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8916edef5888c5d8fe283714416a9ca95b4c3431;p=pandora-kernel.git getrusage: RUSAGE_THREAD should return ru_utime and ru_stime Impact: task stats regression fix Original getrusage(RUSAGE_THREAD) implementation can return ru_utime and ru_stime. But commit "f06febc: timers: fix itimer/many thread hang" broke it. this patch restores it. Signed-off-by: KOSAKI Motohiro Acked-by: Roland McGrath Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed