diff options
Diffstat (limited to 'kernel/taskstats.c')
| -rw-r--r-- | kernel/taskstats.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/taskstats.c b/kernel/taskstats.c index 6c38dce88e8c..5d6a8c54ee85 100644 --- a/kernel/taskstats.c +++ b/kernel/taskstats.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #include <linux/taskstats_kern.h> | 20 | #include <linux/taskstats_kern.h> |
| 21 | #include <linux/tsacct_kern.h> | 21 | #include <linux/tsacct_kern.h> |
| 22 | #include <linux/delayacct.h> | 22 | #include <linux/delayacct.h> |
| 23 | #include <linux/tsacct_kern.h> | ||
| 23 | #include <linux/cpumask.h> | 24 | #include <linux/cpumask.h> |
| 24 | #include <linux/percpu.h> | 25 | #include <linux/percpu.h> |
| 25 | #include <net/genetlink.h> | 26 | #include <net/genetlink.h> |
| @@ -204,6 +205,9 @@ static int fill_pid(pid_t pid, struct task_struct *pidtsk, | |||
| 204 | stats->version = TASKSTATS_VERSION; | 205 | stats->version = TASKSTATS_VERSION; |
| 205 | bacct_add_tsk(stats, tsk); | 206 | bacct_add_tsk(stats, tsk); |
| 206 | 207 | ||
| 208 | /* fill in extended acct fields */ | ||
| 209 | xacct_add_tsk(stats, tsk); | ||
| 210 | |||
| 207 | /* Define err: label here if needed */ | 211 | /* Define err: label here if needed */ |
| 208 | put_task_struct(tsk); | 212 | put_task_struct(tsk); |
| 209 | return rc; | 213 | return rc; |
