commit | 0297b80339d545045490716fa8591b215fdd9458 | [log] [tgz] |
---|---|---|
author | Dhaval Giani <dhaval@linux.vnet.ibm.com> | Fri Feb 29 10:02:44 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:44:58 2008 +0200 |
tree | 3a00c5bd83fc3f0493a2a26b95db0c4a7e4bb691 | |
parent | 32cd756a80aaef657ac09c76e6eff3ba65567790 [diff] |
sched: allow cpuacct stats to be reset Currently the schedstats implementation does not allow the statistics to be reset. This patch aims to allow that. echo 0 > cpuacct.usage resets the usage. Any other value is not allowed and returns -EINVAL. Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>