[PATCH] make taskstats sending completely independent of delay accounting on/off...
authorShailabh Nagar <nagar@watson.ibm.com>
Sun, 30 Jul 2006 10:03:10 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:37 +0000 (13:28 -0700)
commit7d94dddd438bcba97db44f120da39bb001b5249f
treeedd737ba4e06ec086f0296a7d99a13e240c7ab93
parent15a647eba94c3da27ccc666bea72e7cca06b2d19
[PATCH] make taskstats sending completely independent of delay accounting on/off status

Complete the separation of delay accounting and taskstats by ignoring the
return value of delay accounting functions that fill in parts of taskstats
before it is sent out (either in response to a command or as part of a task
exit).

Also make delayacct_add_tsk return silently when delay accounting is turned
off rather than treat it as an error.

Signed-off-by: Shailabh Nagar <nagar@watson.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/delayacct.h
kernel/taskstats.c