sched: Remove task_{u,s,g}time()
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Thu, 26 Nov 2009 05:49:05 +0000 (14:49 +0900)
committerIngo Molnar <mingo@elte.hu>
Thu, 26 Nov 2009 11:59:20 +0000 (12:59 +0100)
commitd5b7c78e975302a1bab28263266c39ecb71acad4
tree47d9a18b2e81b3f93faf89b548b50beff29dd4fe
parentd180c5bccec02612256fd8076ff3c1fac3429553
sched: Remove task_{u,s,g}time()

Now all task_{u,s}time() pairs are replaced by task_times().
And task_gtime() is too simple to be an inline function.

Cleanup them all.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Spencer Candland <spencer@bluehost.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Americo Wang <xiyou.wangcong@gmail.com>
LKML-Reference: <4B0E16D1.70902@jp.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
fs/proc/array.c
include/linux/sched.h
kernel/exit.c
kernel/sched.c