diff options
author | Shailabh Nagar <nagar@watson.ibm.com> | 2006-07-14 03:24:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-15 00:53:56 -0400 |
commit | 6f44993fe1d7b2b097f6ac60cd5835c6f5ca0874 (patch) | |
tree | 0f349f4e6c28cc5d11b7083273543a294c437216 /include/linux/sched.h | |
parent | c757249af152c59fd74b85e52e8c090acb33d9c0 (diff) |
[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interface
Usage of taskstats interface by delay accounting.
Signed-off-by: Shailabh Nagar <nagar@us.ibm.com>
Signed-off-by: Balbir Singh <balbir@in.ibm.com>
Cc: Jes Sorensen <jes@sgi.com>
Cc: Peter Chubb <peterc@gelato.unsw.edu.au>
Cc: Erich Focht <efocht@ess.nec.de>
Cc: Levent Serinol <lserinol@gmail.com>
Cc: Jay Lan <jlan@engr.sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index f751062d89a2..3c5610ca0c92 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -990,6 +990,7 @@ struct task_struct { | |||
990 | */ | 990 | */ |
991 | struct pipe_inode_info *splice_pipe; | 991 | struct pipe_inode_info *splice_pipe; |
992 | #ifdef CONFIG_TASK_DELAY_ACCT | 992 | #ifdef CONFIG_TASK_DELAY_ACCT |
993 | spinlock_t delays_lock; | ||
993 | struct task_delay_info *delays; | 994 | struct task_delay_info *delays; |
994 | #endif | 995 | #endif |
995 | }; | 996 | }; |